diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-08-29 21:15:55 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2018-08-29 21:15:55 +0300 |
commit | 032b486d59d6d6408dd1cd4c688632eb847df754 (patch) | |
tree | c49da691c2575fc0c03c72dbd6e07d431d6ffa5b /mail/postfix | |
parent | 405bb186a3d5bd2db6ba1ac87f9c1e2d38e748b2 (diff) |
postfix: increase start priority
on some slow system, postfix starts before network, delaying the init helps
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/files/postfix.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |