diff options
-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> |