diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-09-07 19:49:38 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-09-07 19:49:38 +0000 |
commit | 25ad7eef2cbe2b3431111f241d85658f57034df6 (patch) | |
tree | acaa7bc6159d307cd848b68daeda1b17b6fa4dfc /sys/man/8 | |
parent | 79293e820d4bf25efd685fb43be78d52b7a093b1 (diff) |
fshalt: optionally use /dev/pmctl to shut down the machine
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/fshalt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/8/fshalt b/sys/man/8/fshalt index d95ad52bb..78841cbc7 100644 --- a/sys/man/8/fshalt +++ b/sys/man/8/fshalt @@ -29,9 +29,10 @@ If given will then reboot the machine, optionally starting .IR kernelpath . -Else it will invoke -.I scram -to shut down the machine. +Else it will try to shut down the machine through +.I /dev/pmctl +(if available) or invoke +.IR scram . The halting and rebooting is done by copying all necessary commands into a .IR ramfs (4) |