Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349b256
)
Removed my personal core-dump enabling from the default init script.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 3 Mar 2011 03:49:37 +0000
(
04:49
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 3 Mar 2011 03:49:37 +0000
(
04:49
+0100)
etc/debian/init.d-ashd
patch
|
blob
|
blame
|
history
diff --git
a/etc/debian/init.d-ashd
b/etc/debian/init.d-ashd
index
c36bc11
..
9fd1e42
100755
(executable)
--- 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 $?
}