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:
parent
ee683f2202
commit
d7d19b5ed0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user