From 6fa0393be46b1bfdad79643d73d6e54f2df4997c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 28 Mar 2019 14:34:54 +0100 Subject: Add start/stop commands to service tool Signed-off-by: David Oberhollenzer --- cmd/service/service.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/service/service.8') 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 -- cgit v1.2.3