diff options
author | Gerrit Pape <pape@smarden.org> | 2008-06-15 15:31:28 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2008-06-15 20:52:12 +0000 |
commit | ceb9958981c4fa8759d1f02dea93c3c665db03f6 (patch) | |
tree | 19c0b897dc6286d5a3f38b35ffe473ae036524ad /doc/runsv.8.html | |
parent | a1d6b2dbdc48f2c2a69b4879eecd44a3b9cd14c0 (diff) | |
download | runit-ceb9958981c4fa8759d1f02dea93c3c665db03f6.tar.gz runit-ceb9958981c4fa8759d1f02dea93c3c665db03f6.tar.xz runit-ceb9958981c4fa8759d1f02dea93c3c665db03f6.zip |
release 2.0.0.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 3f430f1..d27deeb 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -116,13 +116,13 @@ to send a TERM signal to the socklog-unix service, either do # sv term directory. <h2><a name='sect4'>Customize Control</a></h2> For each control character <i>c</i> sent to the control -pipe, <b>runsv</b> first checks if <i>service/control/<i>c</i> exists and is executable. +pipe, <b>runsv</b> first checks if <i>service</i>/control/<i>c</i> exists and is executable. If so, it starts <i>service</i>/control/<i>c</i> and waits for it to terminate, before interpreting the command. If the program exits with return code 0, <b>runsv</b> refrains from sending the service the corresponding signal. The command -<i>o</i> is always considered as command <i>u</i>. On command <i>d</i> first <i>service</i>/control/t</i> -is checked, and then <i>service/control/d.</i> On command <i>x</i> first <i>service/control/t</i> -is checked, and then <i>service/control/x.</i> The control of the optional log +<i>o</i> is always considered as command <i>u</i>. On command <i>d</i> first <i>service</i>/control/<i>t</i> +is checked, and then <i>service</i>/control/<i>d</i>. On command <i>x</i> first <i>service</i>/control/<i>t</i> +is checked, and then <i>service</i>/control/<i>x</i>. The control of the optional log service cannot be customized. <h2><a name='sect5'>Signals</a></h2> If <b>runsv</b> receives a TERM signal, it |