diff options
author | Gerrit Pape <pape@smarden.org> | 2003-05-03 16:00:25 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-05-03 16:00:25 +0000 |
commit | fce76d277e1583e7eadc7a12fc2bfc9a4a638c69 (patch) | |
tree | dd2c7347658f9022cbf6b31ed84402f65821485b /doc/runsv.8.html | |
parent | a90c48599dd09dc2fd8985b818405494e1f30982 (diff) | |
download | runit-fce76d277e1583e7eadc7a12fc2bfc9a4a638c69.tar.gz runit-fce76d277e1583e7eadc7a12fc2bfc9a4a638c69.tar.xz runit-fce76d277e1583e7eadc7a12fc2bfc9a4a638c69.zip |
0.9.2.
debianized.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 7c8f6d4..6f44c86 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -19,13 +19,13 @@ service switches to the directory <I>service</I> and starts ./run. if ./run exits and ./finish exists, <B>runsv</B> starts ./finish. If ./finish doesn't exist or ./finish exits, <B>runsv</B> restarts ./run. <P> -If ./run or ./finish exit immediatly, <B>runsv</B> waits a second -before starting ./finish or restarting ./run. <P> -If the file <I>service</I>/down exists, -<B>runsv</B> does not start ./run immediately. The control interface (see below) -can be used to start the service and to give other commands to <B>runsv</B>. <P> -If -the directory <I>service</I>/log exists, <B>runsv</B> creates a pipe, redirects <I>service</I>/run's +If ./run or ./finish exit immediately, <B>runsv</B> waits a +second before starting ./finish or restarting ./run. <P> +If the file <I>service</I>/down +exists, <B>runsv</B> does not start ./run immediately. The control interface (see +below) can be used to start the service and to give other commands to <B>runsv</B>. +<P> +If the directory <I>service</I>/log exists, <B>runsv</B> creates a pipe, redirects <I>service</I>/run's and <I>service</I>/finish's standard output to the pipe, switches to the directory <I>service</I>/log and starts ./run (and ./finish) exactly as described above for the <I>service</I> directory. The standard input of the log service a redirected |