diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:33:40 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:33:40 +0000 |
commit | 732ff6e27216127b0ee8ca431bac81a2a9a360ab (patch) | |
tree | 2b52b853ecc437991e53e1f52350fadda9004ebd /debian/tor.default | |
parent | a858021a80dccae47236670cb770ad0245160f7f (diff) | |
download | tor-732ff6e27216127b0ee8ca431bac81a2a9a360ab.tar.gz tor-732ff6e27216127b0ee8ca431bac81a2a9a360ab.zip |
Add "# ulimit -c unlimited" to tor.default
svn:r1221
Diffstat (limited to 'debian/tor.default')
-rw-r--r-- | debian/tor.default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tor.default b/debian/tor.default index af20de9d1a..8acd2e84ff 100644 --- a/debian/tor.default +++ b/debian/tor.default @@ -6,3 +6,8 @@ # This is a POSIX shell fragment # RUN_DAEMON="yes" + +# +# Uncomment this if you want to get coredumps +# +# ulimit -c unlimited |