1
0
forked from dan/liminix

set cwd before exec xl2tpd

This commit is contained in:
Daniel Barlow 2024-07-08 21:03:29 +01:00
parent 6f908156af
commit ac551536da

View File

@ -59,6 +59,7 @@ longrun {
run = ''
mkdir -p /run/xl2tpd
touch ${control}
in_outputs $name
exec ${xl2tpd}/bin/xl2tpd -D -p /run/xl2tpd/${name}.pid -c ${conf} -C ${control}
'';
notification-fd = 10;