diff options
author | Gerrit Pape <pape@smarden.org> | 2003-01-27 09:00:41 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-01-27 09:00:41 +0000 |
commit | 634f8618f1b6066b17ff3421ba9788374259338b (patch) | |
tree | b2d7b0ed6665c6f4df2a12b0920248b7fb373c79 /doc/runsv.8.html | |
parent | ab66bc137fb2323d7bb2c40ead28db7b7236fcaf (diff) | |
download | runit-634f8618f1b6066b17ff3421ba9788374259338b.tar.gz runit-634f8618f1b6066b17ff3421ba9788374259338b.tar.xz runit-634f8618f1b6066b17ff3421ba9788374259338b.zip |
html.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index c8dde25..cb4ea96 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -92,14 +92,14 @@ 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, send a TERM -signal to the log service. 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> +<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> -For -example, to send a TERM signal to /service/socklog-unix, either do # svc --t /service/socklog-unix<BR> +For example, to send a TERM signal to +/service/socklog-unix, either do # svc -t /service/socklog-unix<BR> or<BR> # echo -n t >/service/socklog-unix/supervise/control<BR> <P> |