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