diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-02 15:35:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-02 15:35:19 +0000 |
commit | da164d5a27f61e3f935e3b223849fabbd717fc30 (patch) | |
tree | 12eecd20604e02ee22510c85480762b770b3514e /doc/s6-rc-compile.html | |
parent | 858dfd34bca20ea49d41f2f0249554d9cb225069 (diff) | |
download | s6-rc-da164d5a27f61e3f935e3b223849fabbd717fc30.tar.xz |
Fix the regression in s6-rc-init; progress on s6-rc-update
Diffstat (limited to 'doc/s6-rc-compile.html')
-rw-r--r-- | doc/s6-rc-compile.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 6e539e4..0c1afc1 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -347,11 +347,10 @@ detect and reject cycles as well as collisions. </p> <p> - The pipe linking a producer and a consumer is created by an automatically -generated oneshot service that both the producer and consumer depend on, -and stored in a + The pipe linking a producer and a consumer is created and stored at run-time in a <a href="http://skarnet.org/software/s6/s6-fdholder-daemon.html">s6-fdholder-daemon</a> -instance created by an automatically generated longrun service. +instance managed by an automatically generated longrun service named +<tt>s6rc-fdholder</tt>. </p> <h2> A complete example </h2> |