diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-21 18:03:48 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-21 18:03:48 +0000 |
| commit | 3b9836248ed7f5164140d63e96ece21973fc43f7 (patch) | |
| tree | 193242a4b634c84d712d8260e7707eae1be53601 /doc/s6-rc-compile.html | |
| parent | d71f18b44e4168e2d942b503110af5b5314364b5 (diff) | |
| download | s6-rc-3b9836248ed7f5164140d63e96ece21973fc43f7.tar.gz | |
add getserviceflags and use it in fillset; add some doc
Diffstat (limited to 'doc/s6-rc-compile.html')
| -rw-r--r-- | doc/s6-rc-compile.html | 9 |
1 files changed, 7 insertions, 2 deletions
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. </li> <li> An optional regular file named <tt>flag-essential</tt>. 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 <tt>s6-rc -d change <em>foo</em></tt> -command will not stop the service. Only a <tt>s6-rc -D change <em>foo</em></tt> +command will not stop the service; only a <tt>s6-rc -D change <em>foo</em></tt> 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. </li> +contents, i.e. all the services it represents will be marked as essential. + </li> + <li> An optional regular file named <tt>flag-recommended</tt>. 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 +<a href="repodefs.html">repo</a> commands, not when compiling the database. </li> </ul> <h3> For bundles </h3> |
