From 993e827e1816ccdd0c64401aa8562932527ebf1b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 12 Jan 2026 22:27:18 +0000 Subject: Modernize s6-rc; add -E and -e options (with/out essentials) --- doc/s6-rc.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/s6-rc.html') diff --git a/doc/s6-rc.html b/doc/s6-rc.html index d5013c4..c852594 100644 --- a/doc/s6-rc.html +++ b/doc/s6-rc.html @@ -47,8 +47,8 @@ root privileges.
      s6-rc help
-     s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] list servicenames...
-     s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] listall servicenames...
+     s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] [ -E | -e ] list servicenames...
+     s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] [ -E | -e ] listall servicenames...
      s6-rc [ -l live ] [ -b ] diff
      s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d | -D ] [ -p ] [ -v verbosity ] [ -n dryrunthrottle ] [ -t timeout ] change [ servicenames... ]
 
@@ -184,6 +184,12 @@ the list of currently active services. s6-rc -da list will print the list of currently down services.

+

+ If the -e option has been given, the services marked as +essential (i.e. which have the flag-essential file in +their source definition directories) will not be printed. +

+

s6-rc listall servicenames...

s6-rc diff

-- cgit v1.3.1