diff options
author | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:30:52 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:30:52 +0000 |
commit | c5b00260e47e99020768e3031c508e80eb1bcef5 (patch) | |
tree | 9c38df63e87ad54c4e5788ea55b4f7dc519d8da1 /doc/index.html | |
parent | b832b6d7c3800714d328e955eb13f975b389693e (diff) | |
download | runit-c5b00260e47e99020768e3031c508e80eb1bcef5.tar.gz runit-c5b00260e47e99020768e3031c508e80eb1bcef5.tar.xz runit-c5b00260e47e99020768e3031c508e80eb1bcef5.zip |
doc.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 283294e..09736b3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -19,9 +19,11 @@ Dependencies and runlevels</a> <p> <a href="runit.8.html">The <tt>runit</tt> program</a><br> <a href="runit-init.8.html">The <tt>runit-init</tt> program</a><br> +<a href="runsvdir.8.html">The <tt>runsvdir</tt> program</a><br> +<a href="runsv.8.html">The <tt>runsv</tt> program</a><br> +<a href="utmpset.8.html">The <tt>utmpset</tt> program</a><br> <a href="svwaitdown.8.html">The <tt>svwaitdown</tt> program</a><br> -<a href="svwaitup.8.html">The <tt>svwaitup</tt> program</a><br> -<a href="utmpset.8.html">The <tt>utmpset</tt> program</a> +<a href="svwaitup.8.html">The <tt>svwaitup</tt> program</a> <hr> <i>runit</i> cooperates with the <a href="http://cr.yp.to/daemontools.html">daemontools</a> package to create @@ -61,7 +63,7 @@ if this is started by the kernel. <i>runit</i> starts <tt>/etc/runit/2</tt> which should not return until the system is going to halt or reboot, if it crashes, it will be restarted. Normally, <tt>/etc/runit/2</tt> runs - <a href="http://cr.yp.to/daemontools/svscanboot.html">svscanboot</a>. + <a href="runsvdir.8.html">runsvdir</a>. In Stage 2 <i>runit</i> optionally handles an INT signal (ctrl-alt-del keyboard request on Linux/i386). <li><b>Stage 3:</b><br> |