diff options
author | Gerrit Pape <pape@smarden.org> | 2001-11-16 13:57:46 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2001-11-16 13:57:46 +0000 |
commit | 03f4bc70c8b699610e505d660baaa4070b6e4bb0 (patch) | |
tree | 7ed5dcb1a7d852a860e2b71358ab4a6cf0eee98a /doc/runit-init.8.html | |
parent | 8a80e680054a56588d693349c2e0ed220813a13f (diff) | |
download | runit-03f4bc70c8b699610e505d660baaa4070b6e4bb0.tar.gz runit-03f4bc70c8b699610e505d660baaa4070b6e4bb0.tar.xz runit-03f4bc70c8b699610e505d660baaa4070b6e4bb0.zip |
manpages html.
Diffstat (limited to 'doc/runit-init.8.html')
-rw-r--r-- | doc/runit-init.8.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/runit-init.8.html b/doc/runit-init.8.html new file mode 100644 index 0000000..a1139bc --- /dev/null +++ b/doc/runit-init.8.html @@ -0,0 +1,51 @@ + + + +<HTML> +<HEAD> +<TITLE>runit-init(8) manual page</TITLE> +</HEAD> +<BODY bgcolor=white> +<a href="http://innominate.org/~pape/">G. Pape</a><br><A HREF="index.html">runit</A><hr><P> + +<H2><A NAME="sect0">Name</A></H2> +init - the UNIX process no 1 +<H2><A NAME="sect1">Synopsis</A></H2> +<B>init</B> [ 0 | 6 ] +<H2><A NAME="sect2">Description</A></H2> +<B>runit-init</B> +is the first process the kernel starts. If <B>runit-init</B> is started as process +no 1, it runs and replaces itself with <B><I>runit</B>(8)</I>. <P> +If <B>runit-init</B> is started +while the system is up, it must be either called as <B>init 0</B> or <B>init 6:</B> +<DL> + +<DT><B>init +0</B> </DT> +<DD>run <B><I>runit-halt</B>(8)</I> to halt the system. </DD> + +<DT><B>init 6</B> </DT> +<DD>run <B><I>runit-reboot</B>(8)</I> to reboot +the system. </DD> +</DL> + +<H2><A NAME="sect3">Exit Codes</A></H2> +<B>runit-init</B> returns 111 on error, 0 in all other cases. + +<H2><A NAME="sect4">See Also</A></H2> +<I>runit(8)</I>, <I>runit-halt(8)</I>, <I>runit-reboot(8)</I> +<H2><A NAME="sect5">Author</A></H2> +Gerrit Pape <pape@smarden.org> +<P> + +<HR><P> +<A NAME="toc"><B>Table of Contents</B></A><P> +<UL> +<LI><A NAME="toc0" HREF="#sect0">Name</A></LI> +<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI> +<LI><A NAME="toc2" HREF="#sect2">Description</A></LI> +<LI><A NAME="toc3" HREF="#sect3">Exit Codes</A></LI> +<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI> +<LI><A NAME="toc5" HREF="#sect5">Author</A></LI> +</UL> +</BODY></HTML> |