From 983061db31e02d62359dd8a0cb1e9f125950cfdb Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Thu, 13 Aug 2015 20:26:47 +0000
Subject: - add support for --livedir - doc fixes
---
doc/s6-rc.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
(limited to 'doc/s6-rc.html')
diff --git a/doc/s6-rc.html b/doc/s6-rc.html
index 75dba9a..1000159 100644
--- a/doc/s6-rc.html
+++ b/doc/s6-rc.html
@@ -50,7 +50,8 @@ change.
- s6-rc expects to find a functional live state in
-live (by default /run/s6-rc). The live state is
+live (by default /run/s6-rc, unless changed when the package
+was compiled). The live state is
normally created at boot time by
s6-rc-init. If the live state is
invalid, s6-rc complains and exits 4.
@@ -88,7 +89,8 @@ The s6-rc command operates on the selection.
- -l live : look for the
live state in live. Default is
-/run/s6-rc.
+/run/s6-rc. The default can be changed at compile-time by
+giving the --livedir=live option to ./configure.
- -a : add the current set of active services to
the selection. This is useful for instance at
shutdown time: s6-rc -da change
@@ -327,11 +329,11 @@ stored in the /zork directory instead of /run/s6-rc.
myservicebundle, as well as everything that depends on them.
- s6-rc -pun0 myservicebundle
+ s6-rc -pun0 change myservicebundle
Prints what s6-rc would do to bring the state to exactly
the contents of myservicebundle as well as its recursive
-dependencies, and pruning all the rest. Do not wait any extra time
+dependencies, and pruning all the rest. Does not wait any extra time
between simulated transitions.
--
cgit v1.3.1