summaryrefslogtreecommitdiff
path: root/doc/overview.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-08-19 13:15:40 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-08-19 13:15:40 +0000
commit244dddd0ada79388a27f33e73b173764c581fca1 (patch)
tree9534fd0cadc2418c57188647b73e4d69883f3443 /doc/overview.html
parent01b815a073101521e0b53cf4ce8fa9c81b5fc5d8 (diff)
downloads6-linux-init-244dddd0ada79388a27f33e73b173764c581fca1.tar.xz
Add stage 4 hook support
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/overview.html b/doc/overview.html
index 4d0b7ba..d779dd2 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -81,6 +81,10 @@ procedure when the admin runs a <tt>halt</tt>, <tt>poweroff</tt>,
<li> <em>runlevel</em>: the script executing a machine state change
at boot time (normally invoked by <em>rc.init</em>, towards the default
runlevel) or when the administrator runs a <tt>telinit</tt> command. </li>
+ <li> <em>rc.shutdown.final</em>: a script that will be run at the
+very end of the shutdown procedure, after all processes have been killed
+and all filesystems have been unmounted, <em>just before</em> the system
+is rebooted or the power turned off. This script normally remains empty. </li>
</ul> </li>
</ul>