Forward port changelog
[tor.git] / debian / tor.default
blob5a3d3e798e954f631c37f1647bbd017b0a6cd590
1 # Defaults for tor initscript
2 # sourced by /etc/init.d/tor
3 # installed at /etc/default/tor by the maintainer scripts
6 # This is a POSIX shell fragment
8 RUN_DAEMON="yes"
11 # Servers sometimes may need more than the default 1024 file descriptors
12 # if they are very busy and have many clients connected to them.
13 #  (ulimit -n)
15 MAX_FILEDESCRIPTORS=4096
18 # Sometimes epoll is broken.  This happens to be the case on
19 # at least the maintainer's desktop box running Linux 2.6.11-rc1
20 # on adm64.
22 # If tor does not work at all for you, i.e. connection attempts
23 # through tor just hang forever and never finish, then consider
24 # setting EVENT_NOEPOLL, so libevent does not use epoll.  If that
25 # happens to fix it for you, please let the mainainer (weasel@debian.org)
26 # know, mentioning your kernel version, libevent version, and architecture.
27 # Thanks!
29 # EVENT_NOEPOLL=yes
30 # export EVENT_NOEPOLL
33 # Uncomment this if you want to get coredumps
35 ulimit -c unlimited