adguardhome: fix procd

Move START and STOP to be within the first 10 lines so they can be
properly detected by procd.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-02-11 11:12:18 +02:00
parent d2617ca21f
commit 779b1ef2aa
+3 -4
View File
@@ -4,15 +4,14 @@
#
# shellcheck disable=SC3043 # ash supports local
PROG=/usr/bin/AdGuardHome
USE_PROCD=1
# matches dnsmasq
START=19
# stops before networking stops
STOP=89
PROG=/usr/bin/AdGuardHome
USE_PROCD=1
config_cb() {
[ $# -eq 0 ] && return