From 244dddd0ada79388a27f33e73b173764c581fca1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 19 Aug 2019 13:15:40 +0000 Subject: Add stage 4 hook support --- doc/overview.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/overview.html') 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 halt, poweroff,
  • runlevel: the script executing a machine state change at boot time (normally invoked by rc.init, towards the default runlevel) or when the administrator runs a telinit command.
  • +
  • rc.shutdown.final: 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, just before the system +is rebooted or the power turned off. This script normally remains empty.
  • -- cgit v1.3.1