From 0d5858dd050f2b21d4bf6691cf7233c1615eb3c6 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Mon, 26 Nov 2001 11:32:21 +0000 Subject: docs. --- doc/runit-init.8.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'doc/runit-init.8.html') diff --git a/doc/runit-init.8.html b/doc/runit-init.8.html index df91728..6ca6538 100644 --- a/doc/runit-init.8.html +++ b/doc/runit-init.8.html @@ -22,21 +22,26 @@ while the system is up, it must be either called as init 0 or init 6:<
init 0
-
run runit-halt(8) to halt the system.
+
tells the Unix process no 1 to shutdown and halt the system. To signal +runit(8) the system halt request, the /etc/runit/reboot file is removed +and /etc/runit/stopit is touched. Then a CONT signal is sent to runit(8). +
init 6
-
run runit-reboot(8) to reboot -the system.
+
tells the Unix process no 1 to shutdown and reboot the system. To +signal runit(8) the system reboot request, the /etc/runit/reboot and /etc/runit/stopit +files are touched. Then a CONT signal is sent to runit(8).

Exit Codes

-runit-init returns 111 on error, 0 in all other cases. - +runit-init +returns 111 on error, 0 in all other cases.

See Also

-runit(8), runit-halt(8), runit-reboot(8) +runit(8)

+ http://smarden.org/pape/runit/ +

Author

-Gerrit Pape <pape@smarden.org> -

+Gerrit Pape <pape@smarden.org>


Table of Contents

-- cgit 1.4.1