From d31250fc850b196d2b46b94c82f0538f4b79248c Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 7 Feb 2026 10:38:55 +0100 Subject: Add doc --- doc/service/system/.s6-svscan.html | 38 ++++++++++++++++++++++++ doc/service/system/s6-linux-init-runleveld.html | 39 +++++++++++++++++++++++++ doc/service/system/s6-linux-init-shutdownd.html | 33 +++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 doc/service/system/.s6-svscan.html create mode 100644 doc/service/system/s6-linux-init-runleveld.html create mode 100644 doc/service/system/s6-linux-init-shutdownd.html (limited to 'doc/service/system') diff --git a/doc/service/system/.s6-svscan.html b/doc/service/system/.s6-svscan.html new file mode 100644 index 0000000..cc9651e --- /dev/null +++ b/doc/service/system/.s6-svscan.html @@ -0,0 +1,38 @@ + + + + + + + system .s6-svscan + + + +
+

+ goetia-s6-linux-init +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The system .s6-svscan directory

+

+ The .s6-svscan directory contains scripts + that are executed if + s6-svscan + receives a signal or exits. + In this case its main use is to properly shutdown + the system using system-shutdown + upon receiving certain signals. +

+

+ The .s6-svscan directory is easily overlooked, + do not forget to symlink/copy it! +

+ + diff --git a/doc/service/system/s6-linux-init-runleveld.html b/doc/service/system/s6-linux-init-runleveld.html new file mode 100644 index 0000000..bf3c287 --- /dev/null +++ b/doc/service/system/s6-linux-init-runleveld.html @@ -0,0 +1,39 @@ + + + + + + + s6-linux-init-runleveld + + + +
+

+ goetia-s6-linux-init +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The s6-linux-init-runleveld service

+

+ s6-linux-init-runleveld starts the daemon corresponding to + s6-linux-init-telinit. + It is very similar to + goetia-runner + (which corresponds to system-run). + s6-linux-init-runleveld can be used to start and stop bundles + (bundles replace a functionality historically called runlevels) + and have the corresponding + s6-rc + command executed from the supervision tree. + This makes the transition resilient to e.g. interface crashes + or the command itself stopping the interface it was executed from. +

+ + diff --git a/doc/service/system/s6-linux-init-shutdownd.html b/doc/service/system/s6-linux-init-shutdownd.html new file mode 100644 index 0000000..e198bb7 --- /dev/null +++ b/doc/service/system/s6-linux-init-shutdownd.html @@ -0,0 +1,33 @@ + + + + + + + s6-linux-init-shutdownd + + + +
+

+ goetia-s6-linux-init +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The s6-linux-init-shutdownd service

+

+ s6-linux-init-shutdownd is the service that starts + s6-linux-init-shutdownd. + This daemon, upon activation by + s6-linux-init-shutdown + (in goetia wrapped by system-shutdown), + runs the shutdown procedure. +

+ + -- cgit v1.2.3