blob: a9a023105acd232bf805f0a0a2b4b361ed5b7584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
#
# Uncomment this if you want to get coredumps
#
ulimit -c unlimited
|