adguardhome: Increase init start value to avoid network race conditions
authorJames White <james@jmwhite.co.uk>
Mon, 30 May 2022 08:04:53 +0000 (09:04 +0100)
committerRosen Penev <rosenp@gmail.com>
Fri, 21 Oct 2022 22:35:55 +0000 (15:35 -0700)
Signed-off-by: James White <james@jmwhite.co.uk>
net/adguardhome/files/adguardhome.init

index b26abbfbf592bd6d011377fadbe60db87f3ce380..802dcdae3a7cb87fcd4669630e239f20c174d8d9 100644 (file)
@@ -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