diff options
author | James White <james@jmwhite.co.uk> | 2022-05-30 09:04:53 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 15:35:55 -0700 |
commit | cd4c7b3ac32838fa8987095bc1ecef2d7c6007b5 (patch) | |
tree | 7863f2b7b777ede93a267b9941bdd0720302ccb1 /net/adguardhome | |
parent | a7e3f28c3761de6e7eed5423fbd116eeeec38491 (diff) |
adguardhome: Increase init start value to avoid network race conditions
Signed-off-by: James White <james@jmwhite.co.uk>
Diffstat (limited to 'net/adguardhome')
-rw-r--r-- | net/adguardhome/files/adguardhome.init | 4 |
1 files changed, 2 insertions, 2 deletions
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 |