diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-07-21 16:42:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-07-21 16:42:59 +0000 |
commit | 6305fe2580781df44e93c1ec8ed380896680960d (patch) | |
tree | efb5c2c3ebe26118fed1e10d80874784060893f3 /doc/s6-notifyoncheck.html | |
parent | 3ea0b28892de170c5de281529613531dfa15eaa8 (diff) | |
download | s6-6305fe2580781df44e93c1ec8ed380896680960d.tar.xz |
Adapt to skalibs-2.7.0.0
Diffstat (limited to 'doc/s6-notifyoncheck.html')
-rw-r--r-- | doc/s6-notifyoncheck.html | 4 |
1 files changed, 2 insertions, 2 deletions
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: <li> <tt>-d</tt> : doublefork. s6-notifyoncheck will run as the grandchild of <em>prog...</em> instead of its direct child. This is useful if <em>prog...</em> never reaps zombies it does not know it has. </li> - <li> <tt>-3 <em>notiffd</em></tt> : use <em>fd</em> as the + <li> <tt>-3 <em>notiffd</em></tt> : use <em>notiffd</em> as the file descriptor to send a readiness notification to. By default, this number is automatically read from the <tt>./notification-fd</tt> file. </li> <li> <tt>-s <em>initialsleep</em></tt> : sleep for <em>initialsleep</em> milliseconds before starting to poll the service for readiness. Default is 10 milliseconds. </li> <li> <tt>-T <em>globaltimeout</em></tt> : give up (and leave -the service <em>up</em> but not <em>ready</em> if service readiness still +the service <em>up</em> but not <em>ready</em>) if service readiness still has not been detected after <em>globaltimeout</em> milliseconds. Default is 0, meaning infinite: s6-notifyoncheck will keep polling until it succeeds. </li> <li> <tt>-t <em>localtimeout</em></tt> : on every attempt, if |