From: Lucian Cristian Date: Wed, 29 Aug 2018 18:15:55 +0000 (+0300) Subject: postfix: increase start priority X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=032b486d59d6d6408dd1cd4c688632eb847df754;p=openwrt-packages.git postfix: increase start priority on some slow system, postfix starts before network, delaying the init helps Signed-off-by: Lucian Cristian --- diff --git a/mail/postfix/files/postfix.init b/mail/postfix/files/postfix.init index e33c3cfab..27b79aae3 100644 --- a/mail/postfix/files/postfix.init +++ b/mail/postfix/files/postfix.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2014 OpenWrt.org -START=50 +START=72 STOP=50 EXTRA_COMMANDS="status abort flush postinst" EXTRA_HELP=" status Display the service status