summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyniu2009-04-30 22:32:36 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit094f0311bf379f4ec8ee2eae42697db8ef8f50ae (patch)
treeda2e6b9418d519b89c40d200e645cb0b5b182adf
parent2cebff6628851de03dd7c6e50efdede26377f9d5 (diff)
downloadpostfix-094f0311bf379f4ec8ee2eae42697db8ef8f50ae.zip
postfix-094f0311bf379f4ec8ee2eae42697db8ef8f50ae.tar.gz
- set ulimits
Changed files: postfix.init -> 1.26
-rw-r--r--postfix.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix.init b/postfix.init
index fe1a1a6..e9388aa 100644
--- a/postfix.init
+++ b/postfix.init
@@ -36,6 +36,7 @@ start() {
if [ ! -f /var/lock/subsys/postfix ]; then
msg_starting "Postfix"
busy
+ _daemon_set_ulimits
msg=$(nice -n ${SERVICE_RUN_NICE_LEVEL:-${DEFAULT_SERVICE_RUN_NICE_LEVEL:-0}} /usr/sbin/postfix start 2>&1)
RETVAL=$?
if [ $RETVAL -eq 0 ]; then