diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-15 12:36:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-15 12:36:00 +0000 |
commit | 50a00de6e4aa6337b17a179019ec7689a2cc6b6d (patch) | |
tree | 64436fc16abf67e0880c22231a58a12ef06d8469 /doc/upgrade.html | |
parent | 6577467acca3fd281273b95c3906a85dbf19e6f8 (diff) | |
download | s6-50a00de6e4aa6337b17a179019ec7689a2cc6b6d.tar.xz |
Down signal customization: add ./down-signal file and s6-svc -r
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 4ea789c..428e41f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,6 +25,12 @@ <a href="s6-ipcserver-socketbinder.html">s6-ipcserver-socketbinder</a>. </li> <li> <tt>-d <em>notif</em></tt> option added to <a href="s6-svscan.html">s6-svscan</a>. </li> + <li> New optional <tt>./down-signal</tt> file in a +<a href="servicedir.html">service directory</a>, to tell +<a href="s6-supervise.html">s6-supervise</a> to use another signal than +SIGTERM when bringing the service down. </li> + <li> New <tt>-r</tt> option added to <a href="s6-svc.html">s6-svc</a>, to +restart the service via the signal defined in <tt>./down-signal</tt>. </li> </ul> <h2> in 2.7.1.1 </h2> |