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-shutdownd.html | |
parent | 1bfba3b0be32306b078f5ee527b864e758b2c77b (diff) | |
download | s6-linux-init-ea03dcd75d336ffcec2861c95461bd2e78da3ffb.tar.xz |
Doc revision
Diffstat (limited to 'doc/s6-linux-init-shutdownd.html')
-rw-r--r-- | doc/s6-linux-init-shutdownd.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html index f4cf8a0..c601466 100644 --- a/doc/s6-linux-init-shutdownd.html +++ b/doc/s6-linux-init-shutdownd.html @@ -42,7 +42,7 @@ created the shutdownd service. </li> <li> When this script exits, <tt>s6-linux-init-shutdownd</tt> kills all processes, first with a SIGTERM, then (after the grace time specified by the shutdown command) with a SIGKILL. </li> - <li> It then runs the automatically-generated <em>stage 4</em> script, + <li> It then runs an automatically-generated script (called <em>stage 4</em>), which unmounts the file systems and halts, powers off or reboots the machine. </li> </ul> @@ -58,8 +58,8 @@ machine. </li> <ul> <li> <tt>-c <em>basedir</em></tt> : look for the -<em>stage3</em> and <em>stage4</em> scripts in the <em>basedir</em> -directory. Default is <tt>/etc/s6-linux-init</tt>. </li> +<em>rc.shutdown</em> script in the <em>basedir</em><tt>/scripts</tt> +directory. Default is <tt>/etc/s6-linux-init/current</tt>. </li> <li> <tt>-g <em>gracetime</em></tt> : if the shutdown command does not specify a grace time between the SIGTERM and the SIGKILL, use <em>gracetime</em> milliseconds. Default is 3000. </li> |