]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- set ulimits
authorzbyniu <zbyniu@pld-linux.org>
Thu, 30 Apr 2009 22:32:36 +0000 (22:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.init -> 1.26

postfix.init

index fe1a1a61801212e94118cd5e6c27804c691eb343..e9388aa551e78b16f7639472a3e06fcab8a2673c 100644 (file)
@@ -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
This page took 0.088268 seconds and 4 git commands to generate.