summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-04-15 08:35:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-04-15 08:35:26 +0000
commiteea4ec8eb39ffd56a6b83d65568c5f4b73ea6704 (patch)
treebed7998e1844d13a611d7352f825635f12e02af5
parentd6e50bc953910bba424fb4dc25fe9c6f7ae63665 (diff)
downloads6-eea4ec8eb39ffd56a6b83d65568c5f4b73ea6704.tar.xz
Update why.html to reflect that s6-svscan is now -t0 by default
-rw-r--r--doc/why.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/why.html b/doc/why.html
index 7ee0f68..7dcf4fb 100644
--- 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>