summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-03-27 20:05:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-03-27 20:05:51 +0000
commit27b0bd6390707317854f99e631bb217a4abb82f7 (patch)
tree8eb6234a3803952fa84b60d49572af7a3d823625 /doc
parenta53c8b393b8181808ed8a84a50c4b521d7aaf436 (diff)
downloads6-linux-init-27b0bd6390707317854f99e631bb217a4abb82f7.tar.xz
version: 0.3.0.0v0.3.0.0
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-linux-init-maker.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html
index f16a9d0..1960563 100644
--- a/doc/s6-linux-init-maker.html
+++ b/doc/s6-linux-init-maker.html
@@ -308,7 +308,10 @@ in the <tt><em>tmpfsdir</em>/uncaught-logs</tt> directory. </li> <p />
<em>stage2_finish</em> is the location of the script that will be
run when s6-svscan receives a signal that tells it to stop the
machine, before it executes into <em>stage3</em>. It must be
-absolute. Default is <strong><tt>/etc/rc.tini</tt></strong>. </li> <p />
+absolute. Default is <strong><tt>/etc/rc.tini</tt></strong>.
+Note that this script is run with its stdout and stderr
+redirected to the <tt><em>tmpfsdir</em>/uncaught-logs</tt> logging
+directory, so its output will not appear on the system's console. </li> <p />
<li> <tt>-3</tt>&nbsp;<em>stage3</em>&nbsp;: <em>stage3</em> is
the location of the stage 3 script that will be run at the end of