aboutsummaryrefslogtreecommitdiff
path: root/cmd/service/service.8
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-03-18 19:26:42 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2019-03-18 19:49:42 +0100
commit065d3b678d58e9e758d19e015b1e25a79a8aaec6 (patch)
treef209cd3cf2f617184c316e02569fb4ec40d0c71b /cmd/service/service.8
parent11053ebe6abe6a662944329be2cc7ae79f671951 (diff)
cleanup: remove broken stat ... open pattern
confused deputy is confused. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'cmd/service/service.8')
-rw-r--r--cmd/service/service.85
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/service/service.8 b/cmd/service/service.8
index c69aac5..1f021db 100644
--- a/cmd/service/service.8
+++ b/cmd/service/service.8
@@ -39,9 +39,10 @@ the desired service instance.
Parse a service file from and produce a pseudo shell script containing the
exact commands executed when starting the service.
.TP
-.BR status
+.BR status " " \fI[--detail|-d]\fP " " \fI[services...]\fP
Print a status report of all supervised services, i.e. if they are currently
-running, have exited or waiting to be scheduled.
+running, have exited or waiting to be scheduled. A specific list of services
+can be specified. Shell globbing patterns can be used.
.SH AVAILABILITY
This program is part of the Pygos init system.
.SH COPYRIGHT