From 257cfa44628e5e1e5bfb5cf16cfb23c9bd29ec96 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 13 Jun 2022 13:57:10 +0000 Subject: Doc fix (lock-fd) Signed-off-by: Laurent Bercot --- doc/servicedir.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/servicedir.html b/doc/servicedir.html index 75f08f9..2ced33e 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -155,8 +155,8 @@ copies of the service in case something goes wrong: for instance, the service backgrounds itself (which it shouldn't do when running under a supervision suite), or s6-supervise is killed, restarted by s6-svscan, and attempts to start another copy of the service while the first copy is still alive. If s6-supervise detects that the lock -is held when it tries to start the service, it will print a warning message and delay -the starting attempt for 60 seconds. +is held when it tries to start the service, it will print a warning message; the new +service instance will block until the lock is released, then proceed as usual.
  • An optional regular file named timeout-kill. If such a file exists, it must only contain an unsigned integer t. If t -- cgit v1.2.3