From 543c1405653c48d23e19d03d7c62e9534fc9a110 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
s6-rc help
- s6-rc [ -l live ] [ -a ] [ -u | -d ] list servicenames...
- s6-rc [ -l live ] [ -a ] [ -u | -d ] listall servicenames...
- s6-rc [ -l live ] [ -a ] [ -u | -d ] [ -p ] [ -v verbosity ] [ -n dryrunthrottle ] [ -t timeout ] change [ servicenames... ]
+ s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] list servicenames...
+ s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] listall servicenames...
+ s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] [ -p ] [ -v verbosity ] [ -n dryrunthrottle ] [ -t timeout ] change [ servicenames... ]
@@ -95,6 +95,14 @@ giving the --livedir=live option to ./configure. s6-rc -da change
will stop all services.
+
Up or down
@@ -310,10 +318,13 @@ milliseconds to complete successfully.
bringing up all its dependencies first (recursively).
s6-rc -ad change+
s6-rc -bad change
- Brings down all the currently running services in an orderly manner. -This is typically run at shutdown time. + Waits for any pending program of the s6-rc family to stop using +the live database and current compiled service database, then +brings down all the currently running services in an orderly manner. +This is typically run at shutdown time. (And it's not necessarily +a bad change!)
s6-rc -l /zork -ua listall myservicebundle-- cgit v1.2.3