1
0

dhcp6 client: fix service dir in address and prefix acquirers

the scripts now expect the actual service dir instead of the .outputs
subdir
This commit is contained in:
Daniel Barlow 2025-03-31 23:06:40 +01:00
parent ee683f2202
commit d7d19b5ed0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ let
in
longrun {
inherit name;
run = "${script} $SERVICE_OUTPUTS/${client.name} $(output ${interface} ifname)";
run = "${script} ${client} $(output ${interface} ifname)";
dependencies = [
client
interface

View File

@ -10,7 +10,7 @@ let
in
longrun {
inherit name;
run = "${script} $SERVICE_OUTPUTS/${client.name} $(output ${interface} ifname)";
run = "${script} ${client} $(output ${interface} ifname)";
dependencies = [
client
interface