Files
extra/tor/tor.conf
2025-06-22 20:39:04 -05:00

12 lines
231 B
Plaintext

# Set the file limit
rc_ulimit="-n 30000"
# Configuration
rc_file="/etc/tor/torrc"
# Pid-file
pidfile="/var/run/tor/tor.pid"
# Start options as daemon
tor_opts="-f \"${rc_file}\" --hush --runasdaemon 1 --pidfile \"${pidfile}\""