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>
This commit is contained in:
parent
405bb186a3
commit
032b486d59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue