supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* S6 bundle
@ 2020-10-20 16:00 Amaresh Kotekal
  2020-10-20 22:51 ` Guillermo
  0 siblings, 1 reply; 4+ messages in thread
From: Amaresh Kotekal @ 2020-10-20 16:00 UTC (permalink / raw)
  To: supervision

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Hi Team,

How the S6 bundle works?
Contents of S6 bundle will run serially one after the other or they will
run parallely ?
If any one service fails in bundle is other services will continue to run
or they will be not started ?

Regards,
Amaresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: S6 bundle
  2020-10-20 16:00 S6 bundle Amaresh Kotekal
@ 2020-10-20 22:51 ` Guillermo
  2020-10-21  5:37   ` Ready to pass or crash eric vidal
  0 siblings, 1 reply; 4+ messages in thread
From: Guillermo @ 2020-10-20 22:51 UTC (permalink / raw)
  To: Supervision

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Ready to pass or crash
  2020-10-20 22:51 ` Guillermo
@ 2020-10-21  5:37   ` eric vidal
  2020-10-21  5:40     ` eric vidal
  0 siblings, 1 reply; 4+ messages in thread
From: eric vidal @ 2020-10-21  5:37 UTC (permalink / raw)
  To: supervision

hi :)

https://framagit.org/pkg/obextra/obnews/-/commit/20ce8822d15a38784d9ba3ca8bfcd7d80e431d71



-- 
eric vidal <eric@obarun.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ready to pass or crash
  2020-10-21  5:37   ` Ready to pass or crash eric vidal
@ 2020-10-21  5:40     ` eric vidal
  0 siblings, 0 replies; 4+ messages in thread
From: eric vidal @ 2020-10-21  5:40 UTC (permalink / raw)
  To: supervision

On Wed, 21 Oct 2020 16:37:47 +1100
eric vidal <eric@obarun.org> wrote:

> hi :)
> 
> https://framagit.org/pkg/obextra/obnews/-/commit/20ce8822d15a38784d9ba3ca8bfcd7d80e431d71
> 
> 
> 
> -- 
> eric vidal <eric@obarun.org>

I'm really sorry, this mail was not intended to be send here :/. Please skarnet, destroy it

-- 
eric vidal <eric@obarun.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-21  5:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 16:00 S6 bundle Amaresh Kotekal
2020-10-20 22:51 ` Guillermo
2020-10-21  5:37   ` Ready to pass or crash eric vidal
2020-10-21  5:40     ` eric vidal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).