1
0
Fork 0

set cwd before exec xl2tpd

This commit is contained in:
Daniel Barlow 2024-07-08 21:03:29 +01:00
parent 6f908156af
commit ac551536da
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ longrun {
run = '' run = ''
mkdir -p /run/xl2tpd mkdir -p /run/xl2tpd
touch ${control} touch ${control}
in_outputs $name
exec ${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;