From 1bfba3b0be32306b078f5ee527b864e758b2c77b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 26 Apr 2019 15:52:54 +0000 Subject: Make a single hpr. Full doc, first draft. --- doc/s6-linux-init-hpr.html | 87 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 doc/s6-linux-init-hpr.html (limited to 'doc/s6-linux-init-hpr.html') diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html new file mode 100644 index 0000000..304ed35 --- /dev/null +++ b/doc/s6-linux-init-hpr.html @@ -0,0 +1,87 @@ + + + + + + s6-linux-init: the s6-linux-init-hpr program + + + + + + +

+s6-linux-init
+Software
+skarnet.org +

+ +

The s6-linux-init-hpr program

+ + +

+ s6-linux-init-hpr triggers the software shutdown procedure, +or, with the -f option, it perform an immediate hardware shutdown. +It is normally invoked as /sbin/halt, /sbin/poweroff or +/sbin/reboot. +

+ +

Interface

+ +
+     s6-linux-init-hpr [ -f ] [ -h | -p | -r ] [ -d | -w ] [ -W ]
+
+ + + +

+ This interface is the traditional sysvinit interface for the +halt, poweroff and reboot programs. +s6-linux-init-hpr must always be called with one of the +-h, -p or -r options. +

+ +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + -- cgit v1.3.1