From 9abb12d834d67df430ae9faf3b18487d3ada365d Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 20 Jan 2015 22:42:15 +0000
Subject: Document readiness support in s6-svstat
---
doc/s6-svstat.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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:
- - whether the process is up or down
+ - whether the process is up or down, and if it's up, the number of
+seconds that it has been up.
- the process' pid, if it is up, or its last exit code or terminating
signal, if it is down
- what its default state is, if it is different from its current state
- the number of seconds since it last changed states
- if the current state is transient and will change as soon as the
kernel's scheduler picks up s6-supervise
+ - whether the service is ready,
+as notified by the daemon itself, and
+if it is, the number of seconds that it has been.
Options
--
cgit v1.2.3