diff options
Diffstat (limited to 'doc/s6-notifyoncheck.html')
-rw-r--r-- | doc/s6-notifyoncheck.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index 5499e59..2b6bfc6 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -97,7 +97,7 @@ 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 -<tt>./check</tt> still has not exited after <em>localtimeout</em> milliseconds, +<tt>./data/check</tt> still has not exited after <em>localtimeout</em> milliseconds, kill it and declare that attempt failed. Default is 0, meaning infinite: s6-notifyoncheck will wait forever for <tt>./data/check</tt> to exit. </li> <li> <tt>-w <em>waitingtime</em></tt> : sleep for |