projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e3f28
)
adguardhome: Increase init start value to avoid network race conditions
author
James White
<james@jmwhite.co.uk>
Mon, 30 May 2022 08:04:53 +0000
(09:04 +0100)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/net/adguardhome/files/adguardhome.init
b/net/adguardhome/files/adguardhome.init
index b26abbfbf592bd6d011377fadbe60db87f3ce380..802dcdae3a7cb87fcd4669630e239f20c174d8d9 100644
(file)
--- 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 start
s
-START=2
1
+# starts
just after network starts to avoid some network race condition
s
+START=2
5
# stops before networking stops
STOP=89