3
0
Fork 0
forked from mirrors/nixpkgs

tinc: enable chroot

This commit is contained in:
tg(x) 2016-02-10 01:48:17 +01:00
parent 06ce6ba757
commit c768172919

View file

@ -166,7 +166,7 @@ in
fi fi
''; '';
script = '' script = ''
tincd -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel} tincd -R -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel}
''; '';
}) })
); );