diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 19:26:42 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-18 19:49:42 +0100 |
commit | 065d3b678d58e9e758d19e015b1e25a79a8aaec6 (patch) | |
tree | f209cd3cf2f617184c316e02569fb4ec40d0c71b /cmd/service/service.8 | |
parent | 11053ebe6abe6a662944329be2cc7ae79f671951 (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.8 | 5 |
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 |