mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
adguardhome: Increase init start value to avoid network race conditions
Signed-off-by: James White <james@jmwhite.co.uk>
This commit is contained in:
@@ -4,8 +4,8 @@ PROG=/usr/bin/AdGuardHome
|
|||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
# starts after network starts
|
# starts just after network starts to avoid some network race conditions
|
||||||
START=21
|
START=25
|
||||||
# stops before networking stops
|
# stops before networking stops
|
||||||
STOP=89
|
STOP=89
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user