about summary refs log tree commit diff
path: root/halt.8
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-07-29 16:16:18 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-07-29 16:16:18 +0200
commit355a02b5baa1287c9c1c3f35c189d22fde6e5323 (patch)
tree455d266fcc2c116fe42c3b01a9bdd7b2dd3fbf6d /halt.8
parent0845df3ff9330b775b4f3b259833e80560174fbf (diff)
downloadrunit-void-355a02b5baa1287c9c1c3f35c189d22fde6e5323.tar.gz
runit-void-355a02b5baa1287c9c1c3f35c189d22fde6e5323.tar.xz
runit-void-355a02b5baa1287c9c1c3f35c189d22fde6e5323.zip
add halt(8) and shutdown(8)
Diffstat (limited to 'halt.8')
-rw-r--r--halt.866
1 files changed, 66 insertions, 0 deletions
diff --git a/halt.8 b/halt.8
new file mode 100644
index 0000000..80b8858
--- /dev/null
+++ b/halt.8
@@ -0,0 +1,66 @@
+.Dd July 29, 2014
+.Dt HALT 8
+.Os Linux
+.Sh NAME
+.Nm halt ,
+.Nm reboot ,
+.Nm poweroff
+.Nd stop the system
+.Sh SYNOPSIS
+.Nm halt
+.Op Fl n
+.Op Fl f
+.Nm reboot
+.Op Fl n
+.Op Fl f
+.Nm poweroff
+.Op Fl n
+.Op Fl f
+.Sh DESCRIPTION
+.Nm halt
+/
+.Nm reboot
+/
+.Nm poweroff
+tells
+.Xr init 8
+to bring down, reboot, or power off the system.
+Without
+.Fl f ,
+it is a shortcut for
+.Nm init 0
+/
+.Nm init 6 .
+.Bl -tag -width indent
+.It Fl n
+Don't sync before reboot or halt.
+Note that the kernel and storage drivers may still sync.
+.It Fl f
+Force halt or reboot, don't call
+.Xr init 8 .
+This is
+.Sy dangerous !
+.El
+.Sh UNSUPPORTED OPTIONS
+This version of
+.Nm
+is based on
+.Xr runit 8 ,
+the following features are
+.Sy not
+supported and silently ignored:
+.Bl -tag -width indent
+.It Fl w
+to just write the wtmp record.
+.It Fl d
+to not write the wtmp record.
+.It Fl h
+to put hard drives in standby mode.
+.It Fl i
+to shut down network interfaces.
+.Sh SEE ALSO
+.Xr shutdown 8 ,
+.Xr init 8
+.Sh AUTHOR
+.An Christian Neukirchen ,
+.Mt chneukirchen@gmail.com .