X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=etc%2Fdebian%2Finit.d-ashd;h=9fd1e4287c89d03a469eac07f9d80402f19ebf60;hp=c36bc11f57f84f1e35bf1024d92db3f320e9273a;hb=51841ac99ef03b8019aeb42c64b3496475a1ee8e;hpb=349b25644067aa6754197a991c3ba00143d60a19 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 $? }