From 3b9836248ed7f5164140d63e96ece21973fc43f7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 21 Oct 2025 18:03:48 +0000 Subject: add getserviceflags and use it in fillset; add some doc --- doc/s6-rc-compile.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/s6-rc-compile.html') diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index e1ad82b..11ecb38 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -109,9 +109,14 @@ directory.
  • An optional regular file named flag-essential. The contents of this file are irrelevant, only its presence is tested. If this file exists, the service will be marked as essential, which means that a s6-rc -d change foo -command will not stop the service. Only a s6-rc -D change foo +command will not stop the service; only a s6-rc -D change foo command will. If the service is a bundle, the flag will be propagated to all its -contents, i.e. all the services it represents will be marked as essential.
  • +contents, i.e. all the services it represents will be marked as essential. + +
  • An optional regular file named flag-recommended. The contents of this +file are irrelevant, only its presence is tested. If this file exists, the service +will be marked as recommended. This is only important for +repo commands, not when compiling the database.
  • For bundles

    -- cgit v1.3.1