diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-17 10:38:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-17 10:38:04 +0000 |
commit | e2f01f98672c501b6ec4b445956b48041267138f (patch) | |
tree | 0b9fd74a8511bd5fd73aa0e88a69bcc0b5ae36dc /doc | |
parent | df194e5564f5b32aaf0e107b97095a1dd5bdbe35 (diff) | |
download | s6-e2f01f98672c501b6ec4b445956b48041267138f.tar.xz |
- Add support for SIGUSR1 for poweroff in s6-svscan
- Optimize respawn delay in s6-supervise
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svscan.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 1a79d8e..a0a6790 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -92,7 +92,8 @@ scan (and a reap) every 5 seconds. It is <em>strongly</em> discouraged to set <li> SIGHUP : acts as if a <tt>s6-svscanctl -h</tt> command had been received. </li> <li> SIGQUIT : acts as if a <tt>s6-svscanctl -q</tt> command had been received. </li> <li> SIGABRT : acts as if a <tt>s6-svscanctl -b</tt> command had been received. </li> - <li> SIGINT : acts as if a <tt>s6-svscanctl -i</tt> command had been received. </li> + <li> SIGINT : acts as if a <tt>s6-svscanctl -6</tt> command had been received. </li> + <li> SIGUSR1 : acts as if a <tt>s6-svscanctl -7</tt> command had been received. </li> </ul> <h2> The reaper </h2> |