commit 9abb12d834d67df430ae9faf3b18487d3ada365d
parent 5af73b17714076498a98b6a5679a4700399eaaa0
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 20 Jan 2015 22:42:15 +0000
Document readiness support in s6-svstat
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html
@@ -35,13 +35,17 @@ exits 0. The information includes the following:
</p>
<ul>
- <li> whether the process is up or down </li>
+ <li> whether the process is up or down, and if it's up, the number of
+seconds that it has been up. </li>
<li> the process' pid, if it is up, or its last exit code or terminating
signal, if it is down </li>
<li> what its default state is, if it is different from its current state </li>
<li> the number of seconds since it last changed states </li>
<li> if the current state is transient and will change as soon as the
kernel's scheduler picks up s6-supervise </li>
+ <li> whether the service is <a href="notifywhenup.html">ready</a>,
+as notified by the daemon itself, and
+if it is, the number of seconds that it has been. </li>
</ul>
<h2> Options </h2>