diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 12:12:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 12:12:56 +0000 |
commit | cedfe51030470abecc325b54656098376cc70305 (patch) | |
tree | ba1bfcbbef975595dabeecbd41d725a69ece1dd5 /doc/servicedir.html | |
parent | f57035c7b8ddebd3391b5f83353c02100ea4c202 (diff) | |
download | s6-cedfe51030470abecc325b54656098376cc70305.tar.xz |
More doc typo fixes (thanks flexibeast)
Diffstat (limited to 'doc/servicedir.html')
-rw-r--r-- | doc/servicedir.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. </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, +is nonzero, then on receipt of an <a href="s6-svc.html">s6-svc -d</a> command, 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 -forcibly killed (unless, of course, a <a href="s6-svc.html">s6-svc -k</a> +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>timeout-finish</tt>. If such a file exists, it must only contain an unsigned integer, which is the number of |