adguardhome: Increase init start value to avoid network race conditions

Signed-off-by: James White <james@jmwhite.co.uk>
This commit is contained in:
James White 2022-05-30 09:04:53 +01:00 committed by Rosen Penev
parent a7e3f28c37
commit cd4c7b3ac3
1 changed files with 2 additions and 2 deletions

View 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