From 51841ac99ef03b8019aeb42c64b3496475a1ee8e Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 3 Mar 2011 04:49:37 +0100 Subject: [PATCH] Removed my personal core-dump enabling from the default init script. --- etc/debian/init.d-ashd | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/debian/init.d-ashd b/etc/debian/init.d-ashd index c36bc11..9fd1e42 100755 --- a/etc/debian/init.d-ashd +++ b/etc/debian/init.d-ashd @@ -24,7 +24,6 @@ ROOTSPEC="dirplex /srv/www" start() { export LANG log_daemon_msg "Starting HTTP server" "ashd" - ulimit -c unlimited start-stop-daemon -S -p "$PIDFILE" -qx "$HTPARSER" -- -Sf -p "$PIDFILE" -u nobody -r /var/tmp $PORTSPEC -- $ROOTSPEC log_end_msg $? } -- 2.11.0