tinc: enable chroot

This commit is contained in:
tg(x)
2016-02-10 01:49:41 +01:00
parent 06ce6ba757
commit c768172919
+1 -1
View File
@@ -166,7 +166,7 @@ in
fi
'';
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}
'';
})
);