From 543c1405653c48d23e19d03d7c62e9534fc9a110 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Mar 2017 14:34:16 +0000 Subject: Don't wait on locks by default (fail instead); add a -b option to get the waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices) --- doc/s6-rc.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'doc/s6-rc.html') diff --git a/doc/s6-rc.html b/doc/s6-rc.html index 5e851d3..a6e64d9 100644 --- a/doc/s6-rc.html +++ b/doc/s6-rc.html @@ -44,9 +44,9 @@ especially when asking for a state change.
      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... ]
 

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