diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-20 23:50:19 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-20 23:50:19 +0000 |
| commit | b24a07fca1f2a410b3d97d1e3dc5de7720ad1d76 (patch) | |
| tree | b7294449f6640f2b9f75b5783d734464bd1dc8cd /doc | |
| parent | 6dd777fafbd23296d6bd91f8076f4b0ea5bae24e (diff) | |
| download | s6-rc-b24a07fca1f2a410b3d97d1e3dc5de7720ad1d76.tar.gz | |
Working repo fix that understands pipelines
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/s6-rc-db.html | 4 | ||||
| -rw-r--r-- | doc/s6-rc-set-change.html | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/s6-rc-db.html b/doc/s6-rc-db.html index 4794be6..564ee59 100644 --- a/doc/s6-rc-db.html +++ b/doc/s6-rc-db.html @@ -193,8 +193,8 @@ is a bundle. <p> Prints the longrun service pipeline <em>longrunname</em> is a -part of, one service per line, producers before consumers. -If <em>longrunname</em> isn't +part of, one producer/consumer pair by line. Producers and consumers +are separated by a slash. If <em>longrunname</em> isn't part of a pipeline, only <em>longrunname</em> is printed. </p> diff --git a/doc/s6-rc-set-change.html b/doc/s6-rc-set-change.html index 6e45c2e..3a718c4 100644 --- a/doc/s6-rc-set-change.html +++ b/doc/s6-rc-set-change.html @@ -106,7 +106,11 @@ from being changed to <em>newsub</em>. </dd> <li> s6-rc-set-change is the bread and butter of <em>repo</em> operations. It is how users can tailor the set of services they want to be enabled at boot time. </li> <li> Once a change has been effected, and the command says that the set is consistent, -it needs to be <a href="s6-rc-set-commit">committed</a>. </li> +it can be <a href="s6-rc-set-commit">committed</a>. </li> + <li> If you are masking or unmasking services, and you see it pulling services that +are not dependencies of the service you're unmasking or are not depending on the service +you're masking, it is because these services are part of the same pipeline. If you mask +a part of a pipeline, the whole pipeline needs to be masked. </li> </ul> </body> |
