summarylogtreecommitdiffstats
path: root/torrc.patch
blob: 9d35ceeeabba1fc598d43e51d975fb5d78570180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -11,6 +11,7 @@
 ##
 ## Tor will look for this file in various places based on your platform:
 ## https://support.torproject.org/tbb/tbb-editing-torrc/
+User tor

 ## Tor opens a SOCKS proxy on port 9050 by default -- even if you don't
 ## configure one below. Set "SOCKSPort 0" if you plan to run Tor only
@@ -39,7 +40,7 @@
 ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
 #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
 ## Use the system log instead of Tor's logfiles
-#Log notice syslog
+Log notice syslog
 ## To send all messages to stderr:
 #Log debug stderr

@@ -50,7 +51,7 @@

 ## The directory for keeping all the keys/etc. By default, we store
 ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
-#DataDirectory @LOCALSTATEDIR@/lib/tor
+DataDirectory @LOCALSTATEDIR@/lib/tor

 ## The port on which Tor will listen for local connections from Tor
 ## controller applications, as documented in control-spec.txt.