aboutsummaryrefslogtreecommitdiff
path: root/debian/tor.default
blob: 92491c2b1d99729304583acab41c3caf2a5ffec3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Defaults for tor initscript
# sourced by /etc/init.d/tor
# installed at /etc/default/tor by the maintainer scripts

#
# This is a POSIX shell fragment
#
RUN_DAEMON="yes"

#
# Servers sometimes may need more than the default 1024 file descriptors
# if they are very busy and have many clients connected to them.
#  (ulimit -n)
#
MAX_FILEDESCRIPTORS=4096

#
# Uncomment this if you want to get coredumps
#
ulimit -c unlimited