diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-31 15:52:12 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-31 15:54:35 +0200 |
commit | e76de920d4538eeaed3c6d914e1f6016ee30e208 (patch) | |
tree | 1a43aa2a29762a9a5688bc26f92662c141b89044 /community/tor/tor.confd | |
parent | 06d0775371a659d4fc202c06e5d1b9ff1a14f1a2 (diff) | |
download | aports-e76de920d4538eeaed3c6d914e1f6016ee30e208.tar.bz2 aports-e76de920d4538eeaed3c6d914e1f6016ee30e208.tar.xz |
community/tor: fix runscript - issues with User and DataDirectory options
Diffstat (limited to 'community/tor/tor.confd')
-rw-r--r-- | community/tor/tor.confd | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/community/tor/tor.confd b/community/tor/tor.confd index 4195bf3237..38a482cac9 100644 --- a/community/tor/tor.confd +++ b/community/tor/tor.confd @@ -1,3 +1,13 @@ -# +# Location of the torrc configuration file. +#conffile="/etc/tor/torrc" + +# User to start the tor daemon. +# If "User" directive is set in $conffile, then this option is ignored (i.e. +# tor is started under root, but it setuids to the specified User after start). +#user="tor" + +# Timeout for gracefulstop +#graceful_timeout="60" + # Set the file limit rc_ulimit="-n 30000" |