mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +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
|
||||
|
||||
# starts after network starts
|
||||
START=21
|
||||
# starts just after network starts to avoid some network race conditions
|
||||
START=25
|
||||
# stops before networking stops
|
||||
STOP=89
|
||||
|
||||
|
||||
Reference in New Issue
Block a user