dhcp6c readiness notification

This commit is contained in:
Daniel Barlow
2023-05-26 18:36:44 +01:00
parent 447f068569
commit fa7e682e87
2 changed files with 9 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ in rec {
'';
in longrun {
inherit name;
notification-fd = 10;
run = ''
${pkgs.odhcp6c}/bin/odhcp6c -s ${script} -e -v -p /run/${name}.pid -P 48 $(output ${services.wan} ifname)
)