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
|
in
|
||||||
longrun {
|
longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
run = "${script} $SERVICE_OUTPUTS/${client.name} $(output ${interface} ifname)";
|
run = "${script} ${client} $(output ${interface} ifname)";
|
||||||
dependencies = [
|
dependencies = [
|
||||||
client
|
client
|
||||||
interface
|
interface
|
||||||
|
@ -10,7 +10,7 @@ let
|
|||||||
in
|
in
|
||||||
longrun {
|
longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
run = "${script} $SERVICE_OUTPUTS/${client.name} $(output ${interface} ifname)";
|
run = "${script} ${client} $(output ${interface} ifname)";
|
||||||
dependencies = [
|
dependencies = [
|
||||||
client
|
client
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user