[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add "# ulimit -c unlimited" to tor.default
Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/tmp/cvs-serv29536
Modified Files:
tor.default
Log Message:
Add "# ulimit -c unlimited" to tor.default
Index: tor.default
===================================================================
RCS file: /home/or/cvsroot/debian/tor.default,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tor.default 13 Jan 2004 13:40:00 -0000 1.1
+++ tor.default 3 Mar 2004 12:33:12 -0000 1.2
@@ -6,3 +6,8 @@
# This is a POSIX shell fragment
#
RUN_DAEMON="yes"
+
+#
+# Uncomment this if you want to get coredumps
+#
+# ulimit -c unlimited