mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user