aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tor.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.sh.in b/contrib/tor.sh.in
index 642cd41fa..4fccd2479 100644
--- a/contrib/tor.sh.in
+++ b/contrib/tor.sh.in
@@ -15,7 +15,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
TORCONF=@CONFDIR@/torrc
# Strictly speaking, we don't need to su if we have --user and --group.
# "Belt and suspenders," says jbash.
-TORARGS="--pidfile $TORPID --logfile $TORLOG --runasdaemon 1 --datadirectory $TORDATA"
+TORARGS="--pidfile $TORPID --log \\"notice file $TORLOG \\" --runasdaemon 1 --datadirectory $TORDATA"
if [ "x$TORUSER" != "x" ]; then
TORARGS="$TORARGS --user $TORUSER"
fi