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 /NEWS | |
parent | 6577467acca3fd281273b95c3906a85dbf19e6f8 (diff) | |
download | s6-50a00de6e4aa6337b17a179019ec7689a2cc6b6d.tar.xz |
Down signal customization: add ./down-signal file and s6-svc -r
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ In 2.7.2.0 *shallow readiness*, i.e. readiness will be reported when s6-svscan is ready to receive s6-svscanctl commands; it does *not* mean all the services started at s6-svscan launch will be ready. + - New optional file in a service directory: down-signal. It allows you to +customize the signal sent by s6-svc -d (and now s6-svc -r too). + - New s6-svc option: -r. Sends the signal defined in the down-signal file +(still SIGTERM by default). In 2.7.1.1 |