From 625252d2e88c9a6cb84ecb8731c14d85dd699aa9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 13 Jan 2026 04:16:54 +0000 Subject: Better live_status and live_stop_everything, more doc --- doc/s6_live.html | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'doc/s6_live.html') diff --git a/doc/s6_live.html b/doc/s6_live.html index b35ba30..cd6aeac 100644 --- a/doc/s6_live.html +++ b/doc/s6_live.html @@ -61,7 +61,7 @@ and usage of the s6 live command. It is not as detailed as this page.

Interface

-     s6 live status [ servicenames... ]
+     s6 live status [ -e | -E ] [ servicenames... ]
 
+

Options

+ +
+
-e, --without-essentials
+
Do not list essential services, which can clutter the display with +irrelevant information and are all supposed to always be up anyway. +This is the default.
+ +
-E, --with-essentials
+
List all services, including essential ones.
+
+

start

@@ -213,7 +224,7 @@ The default is default, possibly overridden by the

Interface

-     s6 live stop_everything [ -n ] [ -t timeout ]
+     s6 live stop_everything [ -n ] [ -e | -E ] [ -t timeout ]