12 lines
231 B
Plaintext
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}\""
|