From 1e3982ebb17956daeaae322c485183135fc57b26 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 Nov 2017 14:50:10 +0000 Subject: Update documentation, prepare for 0.4.0.0 --- doc/s6-rc-compile.html | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) (limited to 'doc/s6-rc-compile.html') diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 14bec2f..4065689 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -287,19 +287,20 @@ be copied verbatim into the generated service directory. it must contain the name of another longrun service servicelog; service is then declared as a producer for servicelog. servicelog must also, in its own definition directory, -be declared as a consumer for service. +be declared as a consumer for at least service.
  • An optional file named consumer-for. If this file exists, then -it must contain the name of another longrun service serviceprod; -service is then declared as a consumer for serviceprod. -serviceprod must also, in its own definition directory, +it must contain a list of longrun services serviceprod...: +service is then declared as a consumer for all the services +in serviceprod. Each of those services +must also, in its own definition directory, be declared as a producer for service.
  • An optional file named pipeline-name. If this file exists -along with a producer-for file, and there is no -consumer-for file, then a bundle will automatically be +along with a consumer-for file, and there is no +producer-for file, then a bundle will automatically be created, named with the content of the pipeline-name file, and -containing all the services in the pipeline that starts at service. +containing all the services in the pipeline that ends at service. See below for more about pipelining. The pipeline-name file -is ignored if service is not a first producer.
  • +is ignored if service is not a last consumer.

    @@ -342,12 +343,12 @@ indefinite number of longrun services this way.