adguardhome: Increase init start value to avoid network race conditions
Signed-off-by: James White <james@jmwhite.co.uk>
This commit is contained in:
parent
a7e3f28c37
commit
cd4c7b3ac3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue