diff options
author | Gerrit Pape <pape@smarden.org> | 2002-10-04 09:05:26 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-10-04 09:05:26 +0000 |
commit | 989c0c438e25f285982b59db50c05de9ac212264 (patch) | |
tree | 4b2e42084b20ef82b9dfa63aa6c8b8621a6634c3 /doc/index.html | |
parent | 592b229608248b1f73e057edc0ddb9b7a75c57ae (diff) | |
download | runit-989c0c438e25f285982b59db50c05de9ac212264.tar.gz runit-989c0c438e25f285982b59db50c05de9ac212264.tar.xz runit-989c0c438e25f285982b59db50c05de9ac212264.zip |
* runsv.c: sleep 1 second before exiting on fatal error.
* runsvdir.c: check service directory's inode and device in addition to mtime; sleep 1 second if stat(service directory) fails. * runsvstat.c: new option -l: only show log service if -l is set. * runsvchdir: new; change service directory runsvdir is running in. 0.6.3.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index 797bbd6..3b98d1b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,26 +1,30 @@ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> -<title>runit - minimal replacement for sysvinit</title> +<title>runit - a UNIX init scheme</title> </head> <body> <a href="http://smarden.org/pape/">G. Pape</a> <hr> -<h1>runit - minimal replacement for <i>sysvinit</i></h1> +<h1>runit - a UNIX init scheme</h1> <hr> <a href="install.html">How to install runit</a><br> <a href="upgrade.html">Upgrading from previous versions of runit</a><br> <a href="replaceinit.html">How to replace init</a><br> <a href="usedietlibc.html">How to use dietlibc</a> <p> -<a href="runscripts.html">A collection of run scripts</a><br> +<a href="runlevels.html">Runlevels</a><br> <a href="http://smarden.org/pape/djb/daemontools/noinit.html"> -Dependencies and runlevels</a> +Dependencies</a><br> +<a href="runscripts.html">A collection of run scripts</a><br> <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> +<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="runsvchdir.8.html">The <tt>runsvchdir</tt> program</a><br> +<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> @@ -28,12 +32,12 @@ Dependencies and runlevels</a> <i>runit</i> is a <a href="http://cr.yp.to/daemontools.html">daemontools</a> alike replacement for -<a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a>. -<i>runit</i> runs on <b>Debian GNU/Linux</b>, <b>OpenBSD 2.9</b>, -<b>FreeBSD 4.4</b>. <i>runit</i> reportedly runs on <b>FreeBSD 4.3</b>, -and can easily be adapted to other unix operating systems. If <i>runit</i> -runs for you on any other operating system or linux distribution, please -let me know. +<a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a> +and other init schemes. <i>runit</i> runs on <b>Debian GNU/Linux</b>, +<b>OpenBSD 2.9</b>, <b>FreeBSD 4.4</b>. <i>runit</i> reportedly runs on +<b>FreeBSD 4.3</b>, and can easily be adapted to other unix operating +systems. If <i>runit</i> runs for you on any other operating system or +linux distribution, please let me know. <p> <b>Warning:</b> Replacing <i>sysvinit</i> or <i>init</i> can cause the system's boot to fail. Make sure you are able to recover and repair your |