From 02a071125de739ed54660ad014ffd57c42516abf Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 7 Feb 2026 10:37:36 +0100 Subject: Add doc --- doc/service/system/goetia-shutdown.html | 133 ++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 doc/service/system/goetia-shutdown.html (limited to 'doc/service/system/goetia-shutdown.html') diff --git a/doc/service/system/goetia-shutdown.html b/doc/service/system/goetia-shutdown.html new file mode 100644 index 0000000..2dd3728 --- /dev/null +++ b/doc/service/system/goetia-shutdown.html @@ -0,0 +1,133 @@ + + +
+ + + +
+ goetia-linux-init
+
+ goetia
+
+ Software
+
+ 0x53.net
+
+ goetia-shutdown is the service that starts + system-shutdown-daemon. + goetia-shutdown is down by default. + Starting it initiates the shutdown procedure. +
++ goetia-shutdown consists of three scripts: +
+./stage4,
+ which is by default not executable.
+ If it can not execute ./stage4,
+ and only in this case,
+ it continues with the following.
+ ./stage4 executable.
+ ./stage3b and
+ ./stage4
+ are executable.
+ Which leads to the execution of ./stage4.
+ shutdown-directive subdirectory of the
+ system runtimedirectory
+ using
+ s6-envdir.
+ DIRECTIVE evironment variable,
+ defaulting to -r, if DIRECTIVE is
+ not specified.
+ umount -a.
+ linux-powertool ${DIRECTIVE}.
+ + The entire shutdown procedure roughly works as follows: +
+