From 88d8cd8e3bb44a106929c2ba6cebe7c0746ccbdd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Jan 2026 04:14:36 +0000 Subject: Next batch of fixes, add s6 set delete --- doc/s6_live.html | 16 ++++++++-------- doc/s6_set.html | 13 +++++++++++++ doc/s6_system.html | 4 ++-- 3 files changed, 23 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/s6_live.html b/doc/s6_live.html index 3e121ec..1c0cc33 100644 --- a/doc/s6_live.html +++ b/doc/s6_live.html @@ -166,16 +166,16 @@ transitions. By default, timeout is 0, meaning infinite: the command can wait forever. -

start_everything

+

start-everything

Interface

-     s6 live start_everything [ -n ] [ -t timeout ] [ -D bundle ]
+     s6 live start-everything [ -n ] [ -t timeout ] [ -D bundle ]
 
@@ -201,16 +201,16 @@ The default is default, possibly overridden by the s6-frontend. -

stop_everything

+

stop-everything

Interface

-     s6 live stop_everything [ -n ] [ -e | -E ] [ -t timeout ]
+     s6 live stop-everything [ -n ] [ -e | -E ] [ -t timeout ]
 
@@ -228,10 +228,10 @@ bare state. This is the default.
-E, --with-essentials
Also stop essential services. After this command, the machine -isn't good for much except a reboot. s6 live stop_everything -E +isn't good for much except a reboot. s6 live stop-everything -E is the command that should be run right before a shutdown when the system is not using s6-linux-init. To that end, the line -::shutdown:/usr/bin/s6 live stop_everything -E should be +::shutdown:/usr/bin/s6 live stop-everything -E should be added to /etc/inittab, if that is what the init uses.
-t timeout, --timeout=timeout
diff --git a/doc/s6_set.html b/doc/s6_set.html index 08857d7..3421c22 100644 --- a/doc/s6_set.html +++ b/doc/s6_set.html @@ -91,6 +91,19 @@ as name.
  • No options are defined.
  • +

    delete

    + +

    Interface

    + +
    +     s6 set delete names...
    +
    + + +

    list

    Interface

    diff --git a/doc/s6_system.html b/doc/s6_system.html index a226a27..63055f8 100644 --- a/doc/s6_system.html +++ b/doc/s6_system.html @@ -97,11 +97,11 @@ only work if the machine makes use of s6-frontend has been configured to support it. On a machine that does not boot via s6-linux-init, a shutdown should be executed via the shutdown commands provided by your init system. In order for -the shutdown to be clean, the s6 live stop_everything -E +the shutdown to be clean, the s6 live stop-everything -E should be run before the init system performs a hard shutdown. For instance, if the system uses /etc/inittab, then the following line should appear in /etc/inittab: -::shutdown:/usr/bin/s6 live stop_everything -E +::shutdown:/usr/bin/s6 live stop-everything -E

    reboot

    -- cgit v1.3.1