]> www.dolda2000.com Git - ashd.git/commitdiff
Removed my personal core-dump enabling from the default init script.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 3 Mar 2011 03:49:37 +0000 (04:49 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 3 Mar 2011 03:49:37 +0000 (04:49 +0100)
etc/debian/init.d-ashd

index c36bc11f57f84f1e35bf1024d92db3f320e9273a..9fd1e4287c89d03a469eac07f9d80402f19ebf60 100755 (executable)
@@ -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 $?
 }