aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-05-11 21:53:23 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-05-11 21:55:31 -0500
commit78e0042eccaf5a5554b195ad391b3ab0b8974cf6 (patch)
tree23b588e775ac622583ce7370c15eece519e4ab1e
parent82e12e309247bc84abf29aca04b3a2dd845fa11b (diff)
man/rc-status: document changes for supervised daemons
rc-status now shows the amount of time a supervised daemon has been active as well as the number of times it has been respawned during the current respawn period.
-rw-r--r--man/rc-status.87
1 files changed, 7 insertions, 0 deletions
diff --git a/man/rc-status.8 b/man/rc-status.8
index 3b33df4a..6cf69a59 100644
--- a/man/rc-status.8
+++ b/man/rc-status.8
@@ -25,6 +25,12 @@ in different runlevels. The default behavior is to show information
about the current runlevel and any unassigned services that are not stopped,
but any runlevel can be quickly examined.
.Pp
+If an active service is being supervised by
+.Xr supervise-daemon 8,
+the amount of time the daemon has been active along with the number of
+times it has been respawned in the current respawn period will be
+displayed.
+.Pp
The options are as follows:
.Bl -tag -width ".Fl test , test string"
.It Fl a , -all
@@ -57,5 +63,6 @@ dependency order if the dependency tree is available.
.Sh SEE ALSO
.Xr openrc 8 ,
.Xr rc-update 8
+.Xr supervise-daemon 8
.Sh AUTHORS
.An Roy Marples <roy@marples.name>