s6

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

commit 04c67a78eec41efdc2c051c651a3a5c5f7508b16
parent e910005b1a337093109af29c7bf21b32c343ab56
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun, 10 Feb 2019 12:47:38 +0000

 more accurate timeout-kill doc

Diffstat:
Mdoc/servicedir.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/servicedir.html b/doc/servicedir.html @@ -130,7 +130,8 @@ triggered. </li> <li style="margin-bottom:1em"> An optional regular file named <tt>timeout-kill</tt>. If such a file exists, it must only contain an unsigned integer <em>t</em>. If <em>t</em> is nonzero, then on receipt of a <a href="s6-svc.html">s6-svc -d</a> command, -which sends a SIGTERM and a SIGCONT to the service, a timeout of <em>t</em> +which sends a SIGTERM (by default, see <tt>down-signal</tt> below) and a +SIGCONT to the service, a timeout of <em>t</em> milliseconds is set; and if the service is still not dead after <em>t</em> milliseconds, then it is sent a SIGKILL. If <tt>timeout-kill</tt> does not exist, or contains 0 or an invalid value, then the service is never