Re: Restarting dependant services

2017-07-06 Thread Laurent Bercot
I need to ensure that if A service is down (crash or exit) all dependant B services will be restarted. In general, B processes will themselves die (and be restarted by their supervisors) if they can't find a resource that is provided by service A, so you don't need to do anything manually.

Restarting dependant services

2017-07-06 Thread Jan Olszak
Hi! This may be a pretty basic question... I have couple of dependant, longrun services, started with s6-rc-init. ( B depends on A) I need to ensure that if A service is down (crash or exit) all dependant B services will be restarted. Right now if I kill -9 all B services stay alive. How do I