aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index b493fa6c..1f338b42 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -103,7 +103,7 @@ daemon() {
# make sure it doesn't core dump anywhere; while this could mask
# problems with the daemon, it also closes some security problems
- ulimit -c 0
+ ulimit -S -c 0
# Echo daemon
[ "$BOOTUP" = "verbose" ] && echo -n " $base"