diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-26 16:42:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-26 16:42:04 +0000 |
commit | ea03dcd75d336ffcec2861c95461bd2e78da3ffb (patch) | |
tree | c9c2e99b0e4c923113597edb2f9858e7aebff8cb /doc/s6-linux-init.html | |
parent | 1bfba3b0be32306b078f5ee527b864e758b2c77b (diff) | |
download | s6-linux-init-ea03dcd75d336ffcec2861c95461bd2e78da3ffb.tar.xz |
Doc revision
Diffstat (limited to 'doc/s6-linux-init.html')
-rw-r--r-- | doc/s6-linux-init.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-linux-init.html b/doc/s6-linux-init.html index a4bb636..e8ab361 100644 --- a/doc/s6-linux-init.html +++ b/doc/s6-linux-init.html @@ -106,14 +106,14 @@ it uses <em>initdefault</em>. </li> </ul> </li> <li> It also makes the catch-all logger's fifo its stderr. </li> <li> It execs into <a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a> -with <tt>/run/service</tt> as its scandir (or <em>tmpfsdir</em>/service) </li>. +with <tt>/run/service</tt> as its scandir (or <em>tmpfsdir</em>/service). </li> <ul> <li> <a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a> spawns the early services that are defined in <tt><em>basedir</em>/run-image/service</tt>, and have been copied into <tt>/run/service</tt> (or <em>tmpfsdir</em>/service). </li> <li> One of those early services is <tt>s6-svscan-log</tt>, which is -the catch-all logger. When this service is up, <tt>s6-linux-init<tt>'s +the catch-all logger. When this service is up, <tt>s6-linux-init</tt>'s child unblocks. </li> <li> The child execs into <tt><em>basedir</em>/scripts/rc.init</tt>. The first argument to <em>rc.init</em> is the chosen runlevel. The kernel |