diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-14 20:11:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-14 20:11:53 +0000 |
commit | 9fdde3fe9f514f021728db63f387593c273f028e (patch) | |
tree | dd2eb58f790451318916ce66c1cfc701b69ff821 /doc/s6-rc-init.html | |
parent | 08662f8255b6f168b75abc997769b41b69559082 (diff) | |
download | s6-rc-9fdde3fe9f514f021728db63f387593c273f028e.tar.xz |
Various bugfixes, thanks Colin Booth
(haven't touched the timeouts yet)
Diffstat (limited to 'doc/s6-rc-init.html')
-rw-r--r-- | doc/s6-rc-init.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/s6-rc-init.html b/doc/s6-rc-init.html index f2bd8e1..39d11a7 100644 --- a/doc/s6-rc-init.html +++ b/doc/s6-rc-init.html @@ -77,7 +77,9 @@ filesystem. Default is <p> Administrators should invoke <tt>s6-rc-init</tt> once, in their -early boot scripts, after s6-svscan is functional but before any +early boot scripts, after s6-svscan is functional and ready to +supervise longrun services (and after its catch-all logger, if +any, has started), but before any other initialization. (The rest of the initialization can be written as a set of s6-rc services, and performed by just one invocation of the <a href="s6-rc.html">s6-rc change</a> command.) |