exec xl2tpd

haven't fully worked out why, but without this s6 is unable to stop it.
This commit is contained in:
Daniel Barlow 2024-05-13 17:51:59 +01:00
parent 73225a70b2
commit 758c7ef657
1 changed files with 1 additions and 2 deletions

View File

@ -54,10 +54,9 @@ in
longrun {
inherit name;
run = ''
. ${serviceFns}
mkdir -p /run/xl2tpd
touch ${control}
${xl2tpd}/bin/xl2tpd -D -p /run/xl2tpd/${name}.pid -c ${conf} -C ${control}
exec ${xl2tpd}/bin/xl2tpd -D -p /run/xl2tpd/${name}.pid -c ${conf} -C ${control}
'';
notification-fd = 10;
}