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.
5 lines
101 B
Nix
5 lines
101 B
Nix
{
|
|
writeAshScriptBin
|
|
}:
|
|
writeAshScriptBin "s6-rc-up-tree" {} (builtins.readFile ./s6-rc-up-tree.sh)
|