diff options
Diffstat (limited to 'doc/s6-notifyoncheck.html')
-rw-r--r-- | doc/s6-notifyoncheck.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index 74cb6cd..071eb02 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -106,7 +106,8 @@ This is basically the polling period. Default is 1000: the service will be polled every second. </li> <li> <tt>-n <em>n</em></tt> : give up after <em>n</em> unsuccessful invocations of <tt>./data/check</tt>. 0 means infinite, i.e. keep -polling until it succeeds, or times out, or the service dies first. </li> +polling until it succeeds, or times out, or the service dies first. +Default is 7. </li> <li> <tt>-c <em>checkprog...</em></tt> : invoke <em>checkprog...</em> instead of <tt>./data/check</tt>. The <em>checkprog</em> string will be parsed by <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>, so it |