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-init.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc-init.html') diff --git a/doc/s6-rc-init.html b/doc/s6-rc-init.html index 39d11a7..3334525 100644 --- a/doc/s6-rc-init.html +++ b/doc/s6-rc-init.html @@ -35,7 +35,7 @@ invocation of the
  • compiled, live and scandir must be absolute paths.
  • s6-rc-init expects to find a compiled service database -in compiled. It expects to be able to create a directory +in compiled. It expects to be able to create a directory at live. It also expects that an instance of s6-svscan is running on scandir.
  • @@ -48,11 +48,12 @@ subdirectory of live, adds down files to the live copies and links them into scandir. It then triggers s6-svscan, which will pick up the new service directories and start -http://skarnet.org/software/s6/s6-supervise.html">s6-supervise +s6-supervise processes on them - but the service themselves will not be started right away, because of the down files.
  • s6-rc-init waits for all s6-supervise processes to be operational, then exits 0.
  • +

    Options

    @@ -70,7 +71,9 @@ Default is /etc/s6-rc/compiled. the live directory, which should not exist prior to running s6-rc-init, but should be under a writable filesystem - likely a RAM filesystem. Default is -/run/s6-rc. +/run/s6-rc. The default can be changed at compile time by +giving the --livedir=live option to +./configure.

    Typical usage

    -- cgit v1.2.3