forked from dan/liminix
set cwd before exec xl2tpd
This commit is contained in:
parent
6f908156af
commit
ac551536da
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user