Re: S6 bundle

From: Guillermo <gdiazhartusch_at_gmail.com>
Date: Tue, 20 Oct 2020 19:51:03 -0300

Hi,

Strictly speaking, you should say "s6-rc bundle", not "s6 bundle".

El mar., 20 oct. 2020 a las 13:00, Amaresh Kotekal escribió:
>
> Contents of S6 bundle will run serially one after the other or they will
> run parallely ?

Specifying the name of a bundle in an 's6-rc -u change' command with
make s6-rc start all services named in its 'contents' file. How they
will start is governed by dependencies (i.e. the contents of those
services' 'dependencies' file), as usual. If no service in the bundle
depends on any of the others, they start in parallel. If some of them
depend on others, you'll have subsets of services that start serially.

> If any one service fails in bundle is other services will continue to run
> or they will be not started ?

Again, this is governed by dependencies. If no service in the bundle
depends on any of the others, whether one service fails or not does
not impact the rest of them. If some service in the bundle depends on
others, and any of those fails, it will not be started, as usual.

G.
Received on Tue Oct 20 2020 - 22:51:03 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:44:19 UTC