From 6209d961fd35c1d4e92d26c76a8ba0e98f1a6415 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 9 Jul 2026 08:13:55 +0000 Subject: Add -c|--clean option to s6-rc (untested) --- doc/s6-rc.html | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/s6-rc.html b/doc/s6-rc.html index afd6795..bf861eb 100644 --- a/doc/s6-rc.html +++ b/doc/s6-rc.html @@ -48,10 +48,10 @@ root privileges.
      s6-rc help
-     s6-rc [ -l live ] [ -b ] [ -a ] [ -u | -d ] [ -E | -e ] list servicenames...
+     s6-rc [ -l live ] [ -b ] [ -a | -c ] [ -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... ]
+     s6-rc [ -l live ] [ -b ] [ -a ] [ -c ] [ -u | -d | -D ] [ -p ] [ -v verbosity ] [ -n dryrunthrottle ] [ -t timeout ] change [ servicenames... ]
 

Subcommands

@@ -191,6 +199,22 @@ essential (i.e. which have the flag-essential file in their source definition directories) will not be printed.

+

+ If the -c option has been given, the command changes +a bit. Instead of printing the selection, it prints all +the atomic services available in the database (except essential ones +if the -e option has also been given), along with their +state, one service per line; the fields are separated with slashes (/). +The fields are: +

+ + +

s6-rc listall servicenames...