diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 14:34:54 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 15:32:10 +0100 |
commit | 6fa0393be46b1bfdad79643d73d6e54f2df4997c (patch) | |
tree | 3fa89d15a09f0ceb1cac6b984ce60e173ee7862a /cmd/service/service.8 | |
parent | ba1270008021470b2e451bce8e75053e0a00f662 (diff) |
Add start/stop commands to service tool
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
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 |