summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyniu2009-02-07 02:49:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2cebff6628851de03dd7c6e50efdede26377f9d5 (patch)
tree0681a503dce357869b173bc43da0d352019072ce
parent51e87588a7ffd0228751248b97523e99402318f9 (diff)
downloadpostfix-2cebff6628851de03dd7c6e50efdede26377f9d5.zip
postfix-2cebff6628851de03dd7c6e50efdede26377f9d5.tar.gz
- nice service fixedauto/ti/postfix-2_5_6-2
Changed files: postfix.init -> 1.25
-rw-r--r--postfix.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix.init b/postfix.init
index 2f2c3fe..fe1a1a6 100644
--- a/postfix.init
+++ b/postfix.init
@@ -36,7 +36,7 @@ start() {
if [ ! -f /var/lock/subsys/postfix ]; then
msg_starting "Postfix"
busy
- msg=$(/usr/sbin/postfix start 2>&1)
+ 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
ok