diff options
Diffstat (limited to 'doc')
-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> |