From 07a5243d8a78dddac98040741cd204f382f6012e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 14 Feb 2023 10:41:44 +0000 Subject: Prepare for 0.5.4.0; add start and stop subcommands to s6-rc Signed-off-by: Laurent Bercot --- doc/s6-rc.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc.html') diff --git a/doc/s6-rc.html b/doc/s6-rc.html index bccc1b5..d5013c4 100644 --- a/doc/s6-rc.html +++ b/doc/s6-rc.html @@ -220,6 +220,20 @@ a permanent failure - which means its stopped trying to bring it back up.

+

s6-rc start

+ +

+ s6-rc start is equivalent to s6-rc -u change, see +below. It will run the engine to start a set of services. +

+ +

s6-rc stop

+ +

+ s6-rc stop is equivalent to s6-rc -d change, see +below. It will run the engine to stop a set of services. +

+

s6-rc change

@@ -235,7 +249,12 @@ machine to a state where:

- To do so: + (Note that the -p option is inoperant when using the start +or stop subcommands.) +

+ +

+ To change the machine state, s6-rc does the following: