From: Fredrik Tolf Date: Thu, 3 Mar 2011 03:49:37 +0000 (+0100) Subject: Removed my personal core-dump enabling from the default init script. X-Git-Tag: 0.7~1^2~8 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=51841ac99ef03b8019aeb42c64b3496475a1ee8e Removed my personal core-dump enabling from the default init script. --- 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 $? }