exec xl2tpd
haven't fully worked out why, but without this s6 is unable to stop it.
This commit is contained in:
parent
4a6d93dc2c
commit
1c9f20dd40
1 changed files with 1 additions and 2 deletions
|
@ -54,10 +54,9 @@ in
|
||||||
longrun {
|
longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
run = ''
|
run = ''
|
||||||
. ${serviceFns}
|
|
||||||
mkdir -p /run/xl2tpd
|
mkdir -p /run/xl2tpd
|
||||||
touch ${control}
|
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;
|
notification-fd = 10;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue