From 6305fe2580781df44e93c1ec8ed380896680960d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Jul 2018 16:42:59 +0000 Subject: Adapt to skalibs-2.7.0.0 --- doc/s6-notifyoncheck.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/s6-notifyoncheck.html') diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index 5cfc6f5..5499e59 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -86,14 +86,14 @@ differentiated for clarity in the code:
  • -d : doublefork. s6-notifyoncheck will run as the grandchild of prog... instead of its direct child. This is useful if prog... never reaps zombies it does not know it has.
  • -
  • -3 notiffd : use fd as the +
  • -3 notiffd : use notiffd as the file descriptor to send a readiness notification to. By default, this number is automatically read from the ./notification-fd file.
  • -s initialsleep : sleep for initialsleep milliseconds before starting to poll the service for readiness. Default is 10 milliseconds.
  • -T globaltimeout : give up (and leave -the service up but not ready if service readiness still +the service up but not ready) if service readiness still has not been detected after globaltimeout milliseconds. Default is 0, meaning infinite: s6-notifyoncheck will keep polling until it succeeds.
  • -t localtimeout : on every attempt, if -- cgit v1.2.3