mirror of
https://github.com/wekan/wekan.git
synced 2026-01-17 15:05:29 +01:00
Updated BSD (markdown)
parent
71ea179aa2
commit
d767d45ae7
1 changed files with 2 additions and 2 deletions
4
BSD.md
4
BSD.md
|
|
@ -137,11 +137,11 @@ pkg_delete $1
|
|||
```
|
||||
shutdown.sh
|
||||
```
|
||||
shutdown -p now
|
||||
/sbin/shutdown -p now
|
||||
```
|
||||
reboot.sh (does now work well in VirtualBox 7.0.6 in Ubuntu, better to shutdown like above instead)
|
||||
```
|
||||
shutdown -r now
|
||||
/sbin/reboot -r now
|
||||
```
|
||||
|
||||
## OpenBSD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue