diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-23 16:17:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-23 16:17:10 +0000 |
| commit | 0d15a912d307df2bbe9396a2d819596c0d7824bb (patch) | |
| tree | bbd6934a77e14f800df2b26e04ed4e921307b2dc /doc/servicedir.html | |
| parent | d73a1da020f7bff7a1c37c542a7ebcfc26118446 (diff) | |
| download | s6-0d15a912d307df2bbe9396a2d819596c0d7824bb.tar.gz | |
Add flag-timeout-killpg for killing the whole pgroup after timeout-kill
Diffstat (limited to 'doc/servicedir.html')
| -rw-r--r-- | doc/servicedir.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/servicedir.html b/doc/servicedir.html index 722f71a..ced24d6 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -188,6 +188,11 @@ exist, or contains 0 or an invalid value, then the service is never forcibly killed (unless, of course, an <a href="s6-svc.html">s6-svc -k</a> command is sent). </li> + <li style="margin-bottom:1em"> An optional regular file named <tt>flag-timeout-killpg</tt>. If such a file +exists <em>and</em> a nonzero <tt>timeout-kill</tt> is defined, then at the end of the +timeout, the SIGKILL is sent to the whole process group of the service, instead of to +the pid of the service only. </li> + <li style="margin-bottom:1em"> An optional regular file named <tt>timeout-finish</tt>. If such a file exists, it must only contain an unsigned integer, which is the number of milliseconds after which the <tt>./finish</tt> script, if it exists, will |
