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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user