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 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/s6_live.html') 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
-- cgit v1.3.1