Browse Source

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>
lilik-openwrt-22.03
Lucian Cristian 6 years ago
parent
commit
032b486d59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mail/postfix/files/postfix.init

+ 1
- 1
mail/postfix/files/postfix.init View File

@ -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…
Cancel
Save