diff options
Diffstat (limited to 'cmd/service/service.8')
-rw-r--r-- | cmd/service/service.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/service/service.8 b/cmd/service/service.8 index 1f021db..8bcb651 100644 --- a/cmd/service/service.8 +++ b/cmd/service/service.8 @@ -43,6 +43,12 @@ exact commands executed when starting the service. Print a status report of all supervised services, i.e. if they are currently running, have exited or waiting to be scheduled. A specific list of services can be specified. Shell globbing patterns can be used. +.TP +.BR start " " \fIservices...\fP +Start one or more currently not running services. Shell globbing patterns can be used. +.TP +.BR stop " " \fIservices...\fP +Stop one or more currently running services. Shell globbing patterns can be used. .SH AVAILABILITY This program is part of the Pygos init system. .SH COPYRIGHT |