From: George Sapkin Date: Wed, 11 Feb 2026 09:12:18 +0000 (+0200) Subject: adguardhome: fix procd X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=779b1ef2aa7fcff26a5d6f066f4204c13e256c30;p=openwrt-packages.git 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 --- diff --git a/net/adguardhome/files/adguardhome.init b/net/adguardhome/files/adguardhome.init index 2dfa8d65b..83e9a1234 100644 --- a/net/adguardhome/files/adguardhome.init +++ b/net/adguardhome/files/adguardhome.init @@ -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