From 032b486d59d6d6408dd1cd4c688632eb847df754 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Wed, 29 Aug 2018 21:15:55 +0300 Subject: [PATCH] postfix: increase start priority on some slow system, postfix starts before network, delaying the init helps Signed-off-by: Lucian Cristian --- mail/postfix/files/postfix.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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