From 5e95d487982b9362b544139b98d1da55fa6ef78c Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 7 Feb 2026 10:20:30 +0100 Subject: Add doc --- doc/bin/system-shutdown-daemon.html | 123 ++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 doc/bin/system-shutdown-daemon.html (limited to 'doc/bin/system-shutdown-daemon.html') diff --git a/doc/bin/system-shutdown-daemon.html b/doc/bin/system-shutdown-daemon.html new file mode 100644 index 0000000..82493b6 --- /dev/null +++ b/doc/bin/system-shutdown-daemon.html @@ -0,0 +1,123 @@ + + +
+ + + +
+ goetia-base
+
+ goetia
+
+ Software
+
+ 0x53.net
+
+ system-shutdown-daemon contains the Kernel independent + part of the shutdown sequence. + It is invoked by the Kernel specifict goetia-shutdown service, + e.g. + goetia-shutdown service for Linux + or + goetia-shutdown service for FreeBSD. + system-shutdown-daemon is a long lived program that waits for instruction by the system-shutdown command + The latter is part of the Kernel specific packages, e.g. + goetia-linux + or + goetia-freebsd. +
+system-shutdown-daemon+
./stage3b,
+ which is by default not executable.
+ If it can not execute ./stage3b,
+ and only in this case,
+ it continues with the following.
+ src subdirectory of the
+ system configuration directory.
+ stage3b, expected to exist in the current working directory
+ is made executable.
+ This file is part of the Kernel secific service directories.
+ (see e.g. goetia-shutdown)
+ log/uncaught-logs
+ subdirectory of the
+ system runtime directory.
+ to the
+ uncaught-logs
+ subdirectory of the
+ system log directory.
+ ./stage3b is executable
+ and executed instead of what is described above.
+ What happens in ./stage3b is Kernel specific,
+ and documented on
+ goetia-shutdown service for Linux,
+ goetia-shutdown service for FreeBSD,
+ etc.
+