From: James White Date: Mon, 30 May 2022 08:04:53 +0000 (+0100) Subject: adguardhome: Increase init start value to avoid network race conditions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cd4c7b3ac32838fa8987095bc1ecef2d7c6007b5;p=openwrt-packages.git adguardhome: Increase init start value to avoid network race conditions Signed-off-by: James White --- diff --git a/net/adguardhome/files/adguardhome.init b/net/adguardhome/files/adguardhome.init index b26abbfbf..802dcdae3 100644 --- a/net/adguardhome/files/adguardhome.init +++ b/net/adguardhome/files/adguardhome.init @@ -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