add s6-rc-up-tree: start reverse deps of controlled service
When s6-rc stops a service, it also stops everything that depends on it. but when it starts a service it starts only that service, so we have to go through the other services depending on it and figure out if they should be started too.
This commit is contained in:
7
pkgs/s6-rc-up-tree/test-list
Normal file
7
pkgs/s6-rc-up-tree/test-list
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
the service starts
|
||||
uncontrolled descendants start
|
||||
controlled descendants don't start
|
||||
descendants which depend on a _different_ controlled service, which is down, don't start
|
||||
descendants which depend on a _different_ controlled service, which is up, do start
|
||||
|
Reference in New Issue
Block a user