From 71c149722775b51849b31376d180e2f3c5cc8ffa Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Fri, 14 Jan 2005 22:52:13 +0000 Subject: html (part 2). --- doc/runsv.8.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'doc/runsv.8.html') diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 4c62a79..986854c 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -75,9 +75,13 @@ service is running, send it a ALRM signal. running, send it a INT signal.
q
-
Quit. If the service is running, send it -a QUIT signal. 1 User-defined 1. If the service is running, send it a USR1 -signal.
  • User-defined 2. If the service is running, send it a USR2 signal.
  • +
    Quit. If the service is running, send it a QUIT signal.
    + +
    1
    +
    User-defined 1. If the service is running, send it a USR1 signal.
    + +
    2
    +
    User-defined 2. If the service is running, send it a USR2 signal.
    t
    @@ -97,11 +101,11 @@ is down, runsv exits. This command is ignored if it is given to servic

    -Example: to send a TERM signal to the socklog-unix service, either do -# runsvctrl term /var/service/socklog-unix
    - or
    - # echo -n t >/var/service/socklog-unix/supervise/control
    -

    +Example: to send a TERM signal to the socklog-unix service, either do
    + # runsvctrl term /var/service/socklog-unix
    + or
    + # echo -n t >/var/service/socklog-unix/supervise/control
    +

    If echo(1) on your systems does not provide the -n option, leave it out, runsv ignores unknown characters written to the control pipe. echo(1) usually blocks if no runsv process is running in the service directory. -- cgit 1.4.1