diff options
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> |
