diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-18 12:25:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-18 12:25:29 +0000 |
commit | 173d58a10c40f1fd64034690eab82833d4a4770d (patch) | |
tree | 7200c4d15d9e4ffc74598554100fdb503050939c /doc/s6-svscan.html | |
parent | 4ad28c83818e3b7b351ac328e3753d8dab8b2804 (diff) | |
download | s6-173d58a10c40f1fd64034690eab82833d4a4770d.tar.xz |
Add SIGPWR and SIGWINCH support to s6-svscan
Diffstat (limited to 'doc/s6-svscan.html')
-rw-r--r-- | doc/s6-svscan.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index b826847..fc54cd9 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -135,6 +135,8 @@ it receives one of the following signals. <li> SIGINT : fork and execute <tt>.s6-svscan/SIGINT</tt> </li> <li> SIGUSR1 : fork and execute <tt>.s6-svscan/SIGUSR1</tt> </li> <li> SIGUSR2 : fork and execute <tt>.s6-svscan/SIGUSR2</tt> </li> + <li> SIGPWR (on systems that define it) : fork and execute <tt>.s6-svscan/SIGPWR</tt> </li> + <li> SIGWINCH (on systems that define it) : fork and execute <tt>.s6-svscan/SIGWINCH</tt> </li> </ul> <p> |