diff options
author | Gerrit Pape <pape@smarden.org> | 2003-01-27 08:59:34 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-01-27 08:59:34 +0000 |
commit | ab66bc137fb2323d7bb2c40ead28db7b7236fcaf (patch) | |
tree | 8b10fc9fa2ef763a362227aa88bef1b47e828609 /man | |
parent | bd79a911e9e737ca58b37165c4b0261fad19ae2b (diff) | |
download | runit-ab66bc137fb2323d7bb2c40ead28db7b7236fcaf.tar.gz runit-ab66bc137fb2323d7bb2c40ead28db7b7236fcaf.tar.xz runit-ab66bc137fb2323d7bb2c40ead28db7b7236fcaf.zip |
docs.
Diffstat (limited to 'man')
-rw-r--r-- | man/runsv.8 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/runsv.8 b/man/runsv.8 index 5eb6843..ef68788 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -110,13 +110,18 @@ Kill. If the service is running, send it a KILL signal. .TP .B x \fRor \fBe 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, +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 -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, +exits. +If the service is down and a log service exists, .B runsv -exits. This command is ignored if it is given to +closes the standard input of the log service, and waits for it to terminate. +If the log service is down, +.B runsv +exits. +This command is ignored if it is given to .IR service /log/supervise/control. .P For example, to send a TERM signal to /service/socklog-unix, either do |