From cedfe51030470abecc325b54656098376cc70305 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Jan 2021 12:12:56 +0000 Subject: More doc typo fixes (thanks flexibeast) --- doc/servicedir.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/servicedir.html') diff --git a/doc/servicedir.html b/doc/servicedir.html index 8b6871f..0eadb4c 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -142,13 +142,13 @@ notification from the service and broadcast readiness, i.e. any 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, +is nonzero, then on receipt of an s6-svc -d command, 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 -forcibly killed (unless, of course, a s6-svc -k +forcibly killed (unless, of course, an s6-svc -k command is sent).
  • An optional regular file named timeout-finish. If such a file exists, it must only contain an unsigned integer, which is the number of -- cgit v1.3.1