diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 14:49:05 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 18:42:38 +0100 |
commit | 3f40c4d3ed5d13e98a92773a475883237c3b549b (patch) | |
tree | 909f4d79b21338c487d418019cccd79711b1ce31 /cmd/service/service.8 | |
parent | 40ad83dc6a95791bd20e214d2eb1b135900d47cc (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.8 | 4 |
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 |