aboutsummaryrefslogtreecommitdiff
path: root/cmd/service/service.8
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-03-18 14:49:05 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2019-03-18 18:42:38 +0100
commit3f40c4d3ed5d13e98a92773a475883237c3b549b (patch)
tree909f4d79b21338c487d418019cccd79711b1ce31 /cmd/service/service.8
parent40ad83dc6a95791bd20e214d2eb1b135900d47cc (diff)
Add status report command to service command line utility
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'cmd/service/service.8')
-rw-r--r--cmd/service/service.84
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/service/service.8 b/cmd/service/service.8
index 86036a3..c69aac5 100644
--- a/cmd/service/service.8
+++ b/cmd/service/service.8
@@ -38,6 +38,10 @@ the desired service instance.
.BR dumpscript " " \fI<service>\fP " " \fI[arguments]\fP
Parse a service file from and produce a pseudo shell script containing the
exact commands executed when starting the service.
+.TP
+.BR status
+Print a status report of all supervised services, i.e. if they are currently
+running, have exited or waiting to be scheduled.
.SH AVAILABILITY
This program is part of the Pygos init system.
.SH COPYRIGHT