diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 13:15:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 13:15:40 +0000 |
commit | 244dddd0ada79388a27f33e73b173764c581fca1 (patch) | |
tree | 9534fd0cadc2418c57188647b73e4d69883f3443 /doc/overview.html | |
parent | 01b815a073101521e0b53cf4ce8fa9c81b5fc5d8 (diff) | |
download | s6-linux-init-244dddd0ada79388a27f33e73b173764c581fca1.tar.xz |
Add stage 4 hook support
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 4 |
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> |