summary refs log tree commit diff
path: root/doc/runsv.8.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2004-11-06 15:41:54 +0000
committerGerrit Pape <pape@smarden.org>2004-11-06 15:41:54 +0000
commit80467938fca2823eda26c5e7b349b937d38b7496 (patch)
tree2f0a660354c36709dc197987ee7cb656f86c7a75 /doc/runsv.8.html
parent71af2a32da251505d02769a32c979d5ccd1e49fa (diff)
downloadrunit-80467938fca2823eda26c5e7b349b937d38b7496.tar.gz
runit-80467938fca2823eda26c5e7b349b937d38b7496.tar.xz
runit-80467938fca2823eda26c5e7b349b937d38b7496.zip
html.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r--doc/runsv.8.html55
1 files changed, 28 insertions, 27 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html
index 974cf2f..64682c9 100644
--- a/doc/runsv.8.html
+++ b/doc/runsv.8.html
@@ -47,32 +47,32 @@ pipe:
 restart it. </dd>
 
 <dt><b>d</b> </dt>
-<dd>Down. If the service is running, send it a TERM signal. If ./run
-exits, start ./finish if it exists. After it stops, do not restart service.
-</dd>
+<dd>Down. If the service is running, send it a TERM signal, and
+then a CONT signal. If ./run exits, start ./finish if it exists. After it stops,
+do not restart service. </dd>
 
 <dt><b>o</b> </dt>
-<dd>Once. If the service is not running, start it. Do not restart it if it
-stops. </dd>
+<dd>Once. If the service is not running, start it. Do
+not restart it if it stops. </dd>
 
 <dt><b>p</b> </dt>
-<dd>Pause. If the service is running, send it a STOP signal. </dd>
+<dd>Pause. If the service is running, send it a
+STOP signal. </dd>
 
 <dt><b>c</b> </dt>
-<dd>Continue.
-If the service is running, send it a CONT signal. </dd>
+<dd>Continue. If the service is running, send it a CONT signal.
+</dd>
 
 <dt><b>h</b> </dt>
-<dd>Hangup. If the service
-is running, send it a HUP signal. </dd>
+<dd>Hangup. If the service is running, send it a HUP signal. </dd>
 
 <dt><b>a</b> </dt>
-<dd>Alarm. If the service is running, send
-it a ALRM signal. </dd>
+<dd>Alarm. If the
+service is running, send 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>
@@ -83,25 +83,26 @@ it a ALRM signal. </dd>
 <dt><b>2</b> </dt>
 <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>
+<dt><b>t</b>
+</dt>
+<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, and then a CONT 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 &gt;/var/service/socklog-unix/supervise/control<br>
  <p>