commit eea4ec8eb39ffd56a6b83d65568c5f4b73ea6704
parent d6e50bc953910bba424fb4dc25fe9c6f7ae63665
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 15 Apr 2016 08:35:26 +0000
Update why.html to reflect that s6-svscan is now -t0 by default
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/why.html b/doc/why.html
@@ -55,9 +55,9 @@ there is no design flaw in runit that prevents it from passing the test. </li>
<li> Upstart works. I have no idea what other integrated init systems do: it's much too difficult to strace them
to see exactly where they're spending their time, and when it is possible, the trace output is so big that it's
hard to extract any valuable information from it. </li>
- <li> s6 works. By default, s6-svscan wakes up every 5 seconds, to emulate
-<a href="http://cr.yp.to/daemontools/svscan.html">svscan</a> behaviour; but it
-can be told not to do so. (<tt>s6-svscan -t0</tt>) </li>
+ <li> s6 works. The <tt>-t</tt> option to s6-svscan makes it check its services
+with a configurable timeout; by default, this timeout is infinite, i.e. it
+never wakes up unless it receives a command via s6-svscanctl. </li>
</ul>