diff options
Diffstat (limited to 'package/tor/files/torrc')
-rw-r--r-- | package/tor/files/torrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/tor/files/torrc b/package/tor/files/torrc index b533ce04c..e29fc1c50 100644 --- a/package/tor/files/torrc +++ b/package/tor/files/torrc @@ -51,7 +51,7 @@ 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 /var/lib/tor +DataDirectory /etc/tor ## The port on which Tor will listen for local connections from Tor controller ## applications, as documented in control-spec.txt. NB: this feature is @@ -124,3 +124,4 @@ RunAsDaemon 1 #ExitPolicy reject *:* # middleman only -- no exits allowed PidFile /var/run/tor/tor.pid +User tor |