From 04c67a78eec41efdc2c051c651a3a5c5f7508b16 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 10 Feb 2019 12:47:38 +0000 Subject: more accurate timeout-kill doc --- doc/servicedir.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/servicedir.html b/doc/servicedir.html index 16fe84f..31bf751 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -130,7 +130,8 @@ triggered.
  • An optional regular file named timeout-kill. If such a file exists, it must only contain an unsigned integer t. If t is nonzero, then on receipt of a s6-svc -d command, -which sends a SIGTERM and a SIGCONT to the service, a timeout of t +which sends a SIGTERM (by default, see down-signal below) and a +SIGCONT to the service, a timeout of t milliseconds is set; and if the service is still not dead after t milliseconds, then it is sent a SIGKILL. If timeout-kill does not exist, or contains 0 or an invalid value, then the service is never -- cgit v1.2.3