diff options
author | Gerrit Pape <pape@smarden.org> | 2004-03-28 18:31:39 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-03-28 18:31:39 +0000 |
commit | d6de49d33c3df86f630aafc10e89abdf8cf7ee14 (patch) | |
tree | 5f6104f17acb132ee9aeedfb0c36c102ef301f29 | |
parent | 05dd48613e140530ed4feea11db539fa1158eefb (diff) | |
download | runit-d6de49d33c3df86f630aafc10e89abdf8cf7ee14.tar.gz runit-d6de49d33c3df86f630aafc10e89abdf8cf7ee14.tar.xz runit-d6de49d33c3df86f630aafc10e89abdf8cf7ee14.zip |
html.
-rw-r--r-- | doc/runit-init.8.html | 6 | ||||
-rw-r--r-- | doc/runit.8.html | 8 | ||||
-rw-r--r-- | doc/runsv.8.html | 34 | ||||
-rw-r--r-- | doc/runsvchdir.8.html | 10 | ||||
-rw-r--r-- | doc/runsvctrl.8.html | 26 | ||||
-rw-r--r-- | doc/runsvdir.8.html | 9 | ||||
-rw-r--r-- | doc/runsvstat.8.html | 6 | ||||
-rw-r--r-- | doc/svlogd.8.html | 8 | ||||
-rw-r--r-- | doc/svwaitdown.8.html | 6 | ||||
-rw-r--r-- | doc/svwaitup.8.html | 4 | ||||
-rw-r--r-- | doc/utmpset.8.html | 8 |
11 files changed, 67 insertions, 58 deletions
diff --git a/doc/runit-init.8.html b/doc/runit-init.8.html index cf96291..2f95747 100644 --- a/doc/runit-init.8.html +++ b/doc/runit-init.8.html @@ -39,9 +39,9 @@ execute by owner permission of the files <i>/etc/runit/reboot</i> and <i>/etc/ru <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>runsv(8)</i>, -<i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>svlogd(8)</i>, <i>utmpset(8)</i> -<p> +<i>runit(8)</i>, <i>runsvdir(8)</i>, +<i>runsvchdir(8)</i>, <i>utmpset(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, +<i>svlogd(8)</i> <p> <i>http://smarden.org/runit/</i> <h2><a name='sect5'>Author</a></h2> Gerrit Pape <pape@smarden.org> <p> diff --git a/doc/runit.8.html b/doc/runit.8.html index b272469..5d9abb9 100644 --- a/doc/runit.8.html +++ b/doc/runit.8.html @@ -49,12 +49,12 @@ if <b>runit</b> receives an INT signal, a ctrl-alt-del keyboard request is triggered. <h2><a name='sect8'>See Also</a></h2> <i>runit-init(8)</i>, <i>runsvdir(8)</i>, -<i>runsvchdir(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i>, -<i>svlogd(8)</i>, <i>utmpset(8)</i> <p> +<i>runsvchdir(8)</i>, <i>utmpset(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, +<i>svlogd(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i> <p> <i>http://smarden.org/runit/</i> <h2><a name='sect9'>Author</a></h2> -Gerrit Pape <pape@smarden.org> -<p> +Gerrit +Pape <pape@smarden.org> <p> <hr><p> <a name='toc'><b>Table of Contents</b></a><p> diff --git a/doc/runsv.8.html b/doc/runsv.8.html index f7960ce..974cf2f 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -71,7 +71,11 @@ is running, send it a HUP signal. </dd> it a ALRM signal. </dd> <dt><b>i</b> </dt> -<dd>Interrupt. If the service is running, send it a INT signal. </dd> +<dd>Interrupt. If the service is running, send it a INT signal. +</dd> + +<dt><b>q</b> </dt> +<dd>Quit. If the service is running, send it a QUIT signal. </dd> <dt><b>1</b> </dt> <dd>User-defined 1. If the service is running, send it a USR1 signal. </dd> @@ -80,24 +84,24 @@ it a ALRM signal. </dd> <dd>User-defined 2. If the service is running, send it a USR2 signal. </dd> <dt><b>t</b> </dt> -<dd>Terminate. If the service -is running, send it a TERM signal. </dd> +<dd>Terminate. If the service is running, +send it a TERM signal. </dd> <dt><b>k</b> </dt> -<dd>Kill. If the service is running, send -it a KILL signal. </dd> +<dd>Kill. If the service is running, send it a KILL +signal. </dd> <dt><b>x or <b>e</b> </b></dt> -<dd>Exit. If the service is running, send it a TERM -signal. Do not restart the service. If the service is down, and no log service -exists, <b>runsv</b> exits. If the service is down and a log service exists, <b>runsv</b> -closes the standard input of the log service, and waits for it to terminate. -If the log service is down, <b>runsv</b> exits. This command is ignored if it is -given to <i>service</i>/log/supervise/control. </dd> +<dd>Exit. If the service is running, send it a TERM signal. Do +not restart the service. If the service is down, and no log service exists, +<b>runsv</b> exits. If the service is down and a log service exists, <b>runsv</b> closes +the standard input of the log service, and waits for it to terminate. If +the log service is down, <b>runsv</b> exits. This command is ignored if it is given +to <i>service</i>/log/supervise/control. </dd> </dl> <p> -Example: to send a TERM signal to -the socklog-unix service, either do # runsvctrl term /var/service/socklog-unix<br> +Example: to send a TERM signal to the +socklog-unix service, either do # runsvctrl term /var/service/socklog-unix<br> or<br> # echo -n t >/var/service/socklog-unix/supervise/control<br> <p> @@ -114,8 +118,8 @@ if another <b>runsv</b> is running in <i>service</i>. <p> <b>runsv</b> exits 0 if it was told to exit. <h2><a name='sect6'>See Also</a></h2> -<i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, -<i>runsvchdir(8)</i>, <i>svlogd(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i>, <p> +<i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, <i>svlogd(8)</i>, <i>runit(8)</i>, +<i>runit-init(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>utmpset(8)</i> <p> <i>http://smarden.org/runit/</i> <h2><a name='sect7'>Author</a></h2> diff --git a/doc/runsvchdir.8.html b/doc/runsvchdir.8.html index 9f6ec73..130cbcc 100644 --- a/doc/runsvchdir.8.html +++ b/doc/runsvchdir.8.html @@ -31,12 +31,12 @@ exits 111 on error. <b>runsvchdir</b> exits 0 on success. /etc/runit/runsvdir/current.new<br> <h2><a name='sect5'>See Also</a></h2> -<i>runsvdir(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, -<i>svwaitdown(8)</i>, <i>svwaitup(8)</i> <p> -<i>http://smarden.org/runit/</i> +<i>runsvdir(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, +<i>chpst(8)</i>, <i>svlogd(8)</i>, <i>utmpset(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i> <p> +<i>http://smarden.org/runit/</i> + <h2><a name='sect6'>Author</a></h2> -Gerrit Pape <pape@smarden.org> -<p> +Gerrit Pape <pape@smarden.org> <p> <hr><p> <a name='toc'><b>Table of Contents</b></a><p> diff --git a/doc/runsvctrl.8.html b/doc/runsvctrl.8.html index 40bc7f9..ed7f10c 100644 --- a/doc/runsvctrl.8.html +++ b/doc/runsvctrl.8.html @@ -56,6 +56,9 @@ is running, send it a ALRM signal. </dd> <dd>If the service is running, send it a INT signal. </dd> +<dt><b>quit</b> </dt> +If the service is running, send it a QUIT signal. </dd> + <dt><b>1</b> </dt> <dd>User-defined 1. If the service is running, send it a USR1 signal. </dd> @@ -63,18 +66,19 @@ send it a INT signal. </dd> <dd>User-defined 2. If the service is running, send it a USR2 signal. </dd> <dt><b>term</b> </dt> -<dd>If the service is running, send it a TERM signal. </dd> +<dd>If the service +is running, send it a TERM signal. </dd> <dt><b>kill</b> </dt> -<dd>If the service -is running, send it a KILL signal. </dd> +<dd>If the service is running, send +it a KILL signal. </dd> <dt><b>exit</b> </dt> -<dd>If the service is running, send -it a TERM signal. Do not restart the service. If the service is down, and -no log service exists, <i><b>runsv</b>(8)</i> exits. If the service is down and a log -service exists, send a TERM signal to the log service. If the log service -is down, <i><b>runsv</b>(8)</i> exits. This command is ignored if it is given to <i>service</i>/log/supervise/control. +<dd>If the service is running, send it a TERM signal. +Do not restart the service. If the service is down, and no log service exists, +<i><b>runsv</b>(8)</i> exits. If the service is down and a log service exists, send a +TERM signal to the log service. If the log service is down, <i><b>runsv</b>(8)</i> exits. +This command is ignored if it is given to <i>service</i>/log/supervise/control. </dd> </dl> <p> @@ -88,9 +92,9 @@ process), <b>runsvctrl</b> increases the exit code by one and exits non zero. Th maximum is 100. <p> <b>runsvctrl</b> exits 111 on error. <h2><a name='sect5'>See Also</a></h2> -<i>runsvstat(8)</i>, <i>runsv(8)</i>, -<i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>svlogd(8)</i>, <i>svwaitdown(8)</i>, -<i>svwaitup(8)</i> <p> +<i>runsv(8)</i>, <i>runsvstat(8)</i>, +<i>chpst(8)</i>, <i>svlogd(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, +<i>utmpset(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i> <p> <i>http://smarden.org/runit/</i><br> <h2><a name='sect6'>Author</a></h2> diff --git a/doc/runsvdir.8.html b/doc/runsvdir.8.html index 73c97c8..606a44b 100644 --- a/doc/runsvdir.8.html +++ b/doc/runsvdir.8.html @@ -41,12 +41,13 @@ If <b>runsvdir</b> receives a HUP signal, it sends a TERM signal to each <i><b>runsv</b>(8)</i> process it is monitoring and then exits with 111. <h2><a name='sect4'>See Also</a></h2> -<i>runsvchdir(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, -<i>runsvstat(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>svlogd(8)</i>, <i>svwaitdown(8)</i>, <i>svwaitup(8)</i>, -<p> +<i>runsv(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvchdir(8)</i>, +<i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, <i>svlogd(8)</i>, <i>utmpset(8)</i>, <i>svwaitdown(8)</i>, +<i>svwaitup(8)</i> <p> <i>http://smarden.org/runit/</i> <h2><a name='sect5'>Author</a></h2> -Gerrit Pape <pape@smarden.org> <p> +Gerrit Pape <pape@smarden.org> +<p> <hr><p> <a name='toc'><b>Table of Contents</b></a><p> diff --git a/doc/runsvstat.8.html b/doc/runsvstat.8.html index 05e97ee..12c81ba 100644 --- a/doc/runsvstat.8.html +++ b/doc/runsvstat.8.html @@ -40,9 +40,9 @@ process), <b>runsvstat</b> increases the exit code by one and exits non zero. Th maximum is 100. <p> <b>runsvstat</b> exits 111 on error. <h2><a name='sect5'>See Also</a></h2> -<i>runsvctrl(8)</i>, <i>runsv(8)</i>, -<i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>svlogd(8)</i>, <i>svwaitdown(8)</i>, -<i>svwaitup(8)</i> <p> +<i>runsv(8)</i>, <i>runsvctrl(8)</i>, +<i>chpst(8)</i>, <i>svlogd(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, +<i>svwaitdown(8)</i>, <i>svwaitup(8)</i> <p> <i>http://smarden.org/runit/</i><br> <h2><a name='sect6'>Author</a></h2> diff --git a/doc/svlogd.8.html b/doc/svlogd.8.html index b777a84..50147eb 100644 --- a/doc/svlogd.8.html +++ b/doc/svlogd.8.html @@ -190,10 +190,10 @@ If <b>svlogd</b> is sent an ALRM signal, it forces log file rotation for all <i>logs</i> with a non empty <i>current</i> log file. <h2><a name='sect10'>See Also</a></h2> -<i>runsv(8)</i>, <i>runsvstat(8)</i>, <i>runsvctrl(8)</i>, <i>runsvdir(8)</i>, -<i>runsvchdir(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>multilog(8)</i> <p> -<i>http://smarden.org/runit/</i> - +<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, +<i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>utmpset(8)</i>, <i>multilog(8)</i> +<p> +<i>http://smarden.org/runit/</i> <h2><a name='sect11'>Author</a></h2> Gerrit Pape <pape@smarden.org> <p> diff --git a/doc/svwaitdown.8.html b/doc/svwaitdown.8.html index 60a4146..052920f 100644 --- a/doc/svwaitdown.8.html +++ b/doc/svwaitdown.8.html @@ -59,9 +59,9 @@ by one and exits non zero. The maximum is 100. <p> <b>svwaitdown</b> returns 111 if the timeout <i>sec</i> was reached. <h2><a name='sect5'>See Also</a></h2> -<i>svwaitdown(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, -<i>runsvstat(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>supervise(8)</i>, -<i>svscan(8)</i> <p> +<i>svwaitup(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, +<i>runsvstat(8)</i>, <i>chpst(8)</i>, <i>svlogd(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>runsvdir(8)</i>, +<i>runsvchdir(8)</i>, <i>utmpset(8)</i> <p> <i>http://smarden.org/runit/</i><br> <i>http://cr.yp.to/daemontools.html</i><br> diff --git a/doc/svwaitup.8.html b/doc/svwaitup.8.html index 5dcc5f9..02491f1 100644 --- a/doc/svwaitup.8.html +++ b/doc/svwaitup.8.html @@ -51,8 +51,8 @@ zero. The maximum is 100. <p> <b>svwaitup</b> returns 111 on error. <h2><a name='sect5'>See Also</a></h2> <i>svwaitdown(8)</i>, -<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>runit(8)</i>, -<i>runit-init(8)</i>, <i>supervise(8)</i>, <i>svscan(8)</i> <p> +<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, <i>svlogd(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, +<i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>utmpset(8)</i> <p> <i>http://smarden.org/runit/</i><br> <i>http://cr.yp.to/daemontools.html</i><br> diff --git a/doc/utmpset.8.html b/doc/utmpset.8.html index d7d9d04..2e1656b 100644 --- a/doc/utmpset.8.html +++ b/doc/utmpset.8.html @@ -41,10 +41,10 @@ To enable local login accounting, add <b>utmpset</b> to the <i><b>getty</b>(8)</ <b>utmpset</b> returns 111 on error, 1 on wrong usage, 0 in all other cases. <h2><a name='sect5'>See Also</a></h2> -<i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, -<i>runsvdir(8)</i>, <i>runsvchdir(8)</i>, <i>runit(8)</i>, <i>runit-init(8)</i>, <i>getty(8)</i> <p> -<i>http://smarden.org/runit/</i> - +<i>runit(8)</i>, <i>runit-init(8)</i> <i>runsvdir(8)</i>, +<i>runsvchdir(8)</i>, <i>runsv(8)</i>, <i>runsvctrl(8)</i>, <i>runsvstat(8)</i>, <i>chpst(8)</i>, <i>svlogd(8)</i>, +<i>getty(8)</i> <p> +<i>http://smarden.org/runit/</i> <h2><a name='sect6'>Author</a></h2> Gerrit Pape <pape@smarden.org> <p> |