git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
405bb18
)
postfix: increase start priority
author
Lucian Cristian
<redacted>
Wed, 29 Aug 2018 18:15:55 +0000
(21:15 +0300)
committer
Lucian Cristian
<redacted>
Wed, 29 Aug 2018 18:15:55 +0000
(21:15 +0300)
on some slow system, postfix starts before network, delaying the init helps
Signed-off-by: Lucian Cristian <redacted>
mail/postfix/files/postfix.init
patch
|
blob
|
history
diff --git
a/mail/postfix/files/postfix.init
b/mail/postfix/files/postfix.init
index e33c3cfab8cbf52cc3d64a39968da8939b5e6a3a..27b79aae3edec2c940bd1c0520e4b9e5682020f6 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT