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 committed by Raito Bezarius
parent 4a6d93dc2c
commit 1c9f20dd40

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;
}