exec xl2tpd
haven't fully worked out why, but without this s6 is unable to stop it.
This commit is contained in:
parent
73225a70b2
commit
758c7ef657
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user