From 88d8cd8e3bb44a106929c2ba6cebe7c0746ccbdd Mon Sep 17 00:00:00 2001
From: Laurent Bercot 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.
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. 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