2009-12-05 01:06:54 +00:00
|
|
|
--- a/src/config/torrc.sample.in
|
|
|
|
+++ b/src/config/torrc.sample.in
|
|
|
|
@@ -44,11 +44,11 @@ SocksListenAddress 127.0.0.1 # accept co
|
|
|
|
## Uncomment this to start the process in the background... or use
|
|
|
|
## --runasdaemon 1 on the command line. This is ignored on Windows;
|
|
|
|
## see the FAQ entry if you want Tor to run as an NT service.
|
|
|
|
-#RunAsDaemon 1
|
|
|
|
+RunAsDaemon 1
|
|
|
|
|
|
|
|
## 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.
|
2011-09-03 22:53:04 +00:00
|
|
|
@@ -168,3 +168,5 @@ SocksListenAddress 127.0.0.1 # accept co
|
2009-12-05 01:06:54 +00:00
|
|
|
#BridgeRelay 1
|
|
|
|
#ExitPolicy reject *:*
|
|
|
|
|
|
|
|
+User tor
|
2011-11-09 23:17:24 +00:00
|
|
|
+PidFile @LOCALSTATEDIR@/run/tor/tor.pid
|