forked from DGNum/liminix
rename /run/service-state to /run/services/outputs
This commit is contained in:
parent
8578a554c7
commit
3c950704e1
8 changed files with 43 additions and 8 deletions
|
@ -11,6 +11,6 @@ let
|
|||
script = callPackage ./acquire-delegated-prefix.nix { };
|
||||
in longrun {
|
||||
inherit name;
|
||||
run = "${script} /run/service-state/${client.name} $(output ${interface} ifname)";
|
||||
run = "${script} $SERVICE_OUTPUTS/${client.name} $(output ${interface} ifname)";
|
||||
dependencies = [ client interface ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue