s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 70249dc762f2d384b5eee37fa7470284751e5ba8
parent ea67a084fac347a543d86e2c761340dee36d380f
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 19 Aug 2017 16:25:07 +0000

 Doc clarification

Diffstat:
Mdoc/s6-notifyoncheck.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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&nbsp;<em>n</em></tt>&nbsp;: 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&nbsp;<em>checkprog...</em></tt>&nbsp;: 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