diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-20 22:42:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-20 22:42:15 +0000 |
commit | 9abb12d834d67df430ae9faf3b18487d3ada365d (patch) | |
tree | a4c91bb24e18c3f45a5475830cc3643ee87d737b /doc/s6-svstat.html | |
parent | 5af73b17714076498a98b6a5679a4700399eaaa0 (diff) | |
download | s6-9abb12d834d67df430ae9faf3b18487d3ada365d.tar.xz |
Document readiness support in s6-svstat
Diffstat (limited to 'doc/s6-svstat.html')
-rw-r--r-- | doc/s6-svstat.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html index e5e5438..427a5a9 100644 --- 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> |