diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 14:28:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 14:28:21 +0200 |
commit | 2d410f5d6775bf58eb86d2bd9af22cb6d23777a9 (patch) | |
tree | c2bf9d417feb6dd8d602bbe45a4cf8f1d16acf57 /package/tor/files/torrc | |
parent | cc3b5823e3827a280ec757e7a775c1bac944259d (diff) | |
parent | 646fff13466f38f6f99b15dc5e146b864e6448eb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |