From eb36640078ee6469427e85ca0695f8c920909ea0 Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 7 Feb 2026 10:34:21 +0100 Subject: Add doc --- doc/bin/system-init.html | 132 +++++++++++++++++++++++++++++++++++++++++++ doc/bin/system-shutdown.html | 88 +++++++++++++++++++++++++++++ 2 files changed, 220 insertions(+) create mode 100644 doc/bin/system-init.html create mode 100644 doc/bin/system-shutdown.html (limited to 'doc/bin') diff --git a/doc/bin/system-init.html b/doc/bin/system-init.html new file mode 100644 index 0000000..f744d6a --- /dev/null +++ b/doc/bin/system-init.html @@ -0,0 +1,132 @@ + + + + + + + system-init + + + +
+

+ goetia-freebsd-init +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The system-init program

+

+ system-init is a minimal, scripted init to bring up a goetia based system. +

+

Interface

+
     system-init
+ +

Exit codes

+ +

Options

+ +

Notes

+

+ system-init is primarily intended to be used + as an init for an acutal boot process, not for containers. +

+ + diff --git a/doc/bin/system-shutdown.html b/doc/bin/system-shutdown.html new file mode 100644 index 0000000..c20d0a1 --- /dev/null +++ b/doc/bin/system-shutdown.html @@ -0,0 +1,88 @@ + + + + + + + system-shutdown + + + +
+

+ goetia-freebsd-init +
+ goetia +
+ Software +
+ 0x53.net +

+
+ +

The system-shutdown program

+

+ system-shutdown is the interface to the + system-shutdown-daemon. +

+

Interface

+
     system-shutdown -h | -p | -r
+ +

Options

+ +

Exit codes

+ +

Notes

+

+ There is a reason this program exists as part of (multiple) + goetia-init packages and not as part of + goetia-base. + It is that some supported init systems, like + s6-linux-init + (through goetia-s6-linux-init) + provide their own shutdown procedure and interface. +

+ + -- cgit v1.2.3