diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-11 08:19:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-11 08:19:20 +0000 |
| commit | 364fbf65882fcfbb2a772221cd0fbb27bc43b583 (patch) | |
| tree | e72a0d1190a08271a63bfc24cde9a4e7e55c0d25 | |
| parent | bc45a9b93093162ce9e5e6d7451253ef321a304a (diff) | |
| download | s6-rc-364fbf65882fcfbb2a772221cd0fbb27bc43b583.tar.gz | |
doc clarity: what the "usable" rx means
| -rw-r--r-- | doc/repodefs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/repodefs.html b/doc/repodefs.html index fb636be..cd66acc 100644 --- a/doc/repodefs.html +++ b/doc/repodefs.html @@ -182,7 +182,9 @@ just do not want to interact with. </li> <li> <em>disabled</em>: these services will appear in the compiled set database, and will be startable by <a href="s6-rc.html">s6-rc</a> if the database is installed. However, they will not be included in the default bundle, i.e. they will not be -automatically started at boot time. Other names for <em>disabled</em> are: +started at boot time, and their state will be <em>down</em> until manually started +by a <tt>s6-rc start</tt> command addressing them or a service that depends on them. + Other names for <em>disabled</em> are: <em>inactive</em>, <em>unmasked</em>, <em>latent</em>, <em>usable</em>. (Tooling will likely report these services as <em>latent</em> or <em>usable</em>.) </li> <li> <em>enabled</em>: these services will appear in the compiled set database, |
