tincstart: don't log into filesystem, it's very very bad

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2012-09-27 07:28:53 +02:00
parent 81527d54f6
commit dec905fb08
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ fi
# fire up
if [ "$(ps aux | grep tincd | grep -v grep)" == "" ]
then
tincd -c /etc/tinc/$project --pidfile=/var/run/tinc_$project.pid --logfile=/var/log/tinc_$project.log $DEBUG
tincd -c /etc/tinc/$project --pidfile=/var/run/tinc_$project.pid --logfile=/dev/null $DEBUG
# sleep 1
# brctl addif br-mesh tap0
fi