summaryrefslogtreecommitdiff
path: root/nonsystemd/tor-openrc/tor.confd
blob: 5916480becc2af6d9827f8aef73efb5ea0d47542 (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"