commit 6d9883feb91c169911a371a3085d08d249736946
parent 03a29bcd870b63a98ee0e689203135c0065e08d9
Author: Gerrit Pape <pape@smarden.org>
Date: Sun, 28 Mar 2004 18:31:39 +0000
html.
Diffstat:
11 files changed, 67 insertions(+), 58 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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>