aboutsummaryrefslogtreecommitdiffstats
path: root/community/tor/tor.confd
blob: 38a482cac9d62abb3bbe9645bf2657bd77f1a166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"