s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 2da2bf4e9d509c10a369bce7be364bcbd9af4abb
parent dcde199cad545f33847d94e7bfa662f38559d517
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat,  9 Jan 2021 08:34:08 +0000

 Doc clarification

Diffstat:
Mdoc/s6-supervise.html | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html @@ -189,7 +189,9 @@ single <a href="scandir.html">scan directory</a>, and just run the necessary s6-supervise processes, and will also take care of logged services. </li> <li> s6-supervise always spawns its child in a new session, as a session leader. The goal is to protect the supervision tree from misbehaved services that would -send signals to their whole process group. </li> +send signals to their whole process group. Nevertheless, s6-supervise's handling of +SIGINT ensures that its service is killed if you happen to run it in a terminal and +send it a ^C. </li> <li> You can use <a href="s6-svc.html">s6-svc</a> to send commands to the s6-supervise process; mostly to change the service state and send signals to the monitored process. </li>