diff options
author | Gerrit Pape <pape@smarden.org> | 2002-08-29 08:08:27 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-08-29 08:08:27 +0000 |
commit | 72b0fd3d6dcdf5b5b5e0bbb93061375016f6da98 (patch) | |
tree | 6268a8424f74c39796c89634a79be70bacaaa039 /doc/index.html | |
parent | 3fd54de0ccaff0b6b27d60e57adc493675210c3c (diff) | |
download | runit-72b0fd3d6dcdf5b5b5e0bbb93061375016f6da98.tar.gz runit-72b0fd3d6dcdf5b5b5e0bbb93061375016f6da98.tar.xz runit-72b0fd3d6dcdf5b5b5e0bbb93061375016f6da98.zip |
mention supervision list.
minor.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/doc/index.html b/doc/index.html index d974f18..283294e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,17 +27,22 @@ Dependencies and runlevels</a> <a href="http://cr.yp.to/daemontools.html">daemontools</a> package to create a replacement for <a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a>. -<i>runit</i> runs on <b>Debian GNU/Linux sid/woody</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. +<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 system, for example if you run a boot loader, it should be able to pass <tt>init=/bin/sh</tt> to the kernel. <hr> +<i>runit</i> is discussed on the <tt><supervision@list.skarnet.org></tt> +mailing list. To subscribe send an empty email to +<a href="mailto:supervision-subscribe@list.skarnet.org"> +<supervision-subscribe@list.skarnet.org></a>. +<hr> The command <a href="runit.8.html">runit</a> is intended to run as Unix process no 1, it is automatically started by the <a href="runit-init.8.html">runit-init</a> <tt>/sbin/init</tt>-replacement @@ -80,11 +85,11 @@ Dependencies and runlevels</a> for an example, the amount of code in process no 1 should be minimal. <hr> <b><i>runit</i> in use</b>: I replaced <i>sysvinit</i> with <i>runit</i> -on several server systems and a laptop, all running Debian/GNU Linux woody -or potato, some months ago and did not encounter any problems. Of course -also the <tt>smarden.org</tt> content server is running with <i>runit</i> -as process no 1. This is from the second machine where I replaced -<i>sysvinit</i> with <i>runit</i>: +on several server systems and a laptop running Debian/GNU Linux sarge, woody +and potato, and did not encounter any problems. Of course also the +<tt>smarden.org</tt> content server is running with <i>runit</i> as process +no 1. This is from the second machine where I replaced <i>sysvinit</i> with +<i>runit</i>: <pre> # strings /proc/1/exe |grep Id $Id: runit.c,v 1.5 2001/12/30 16:28:53 pape Exp $ @@ -130,7 +135,7 @@ as process no 1. This is from the second machine where I replaced |-2*[supervise---socklog] `-supervise---uncat </pre> -This is from a more busy system: +This is a more busy system: <pre> # strings /proc/1/exe |grep Id $Id: runit.c,v 1.6 2002/01/29 18:56:36 pape Exp $ |