From ce992a83bc4c3d6061bae8fe173ea72a04f68a76 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Wed, 11 Feb 2026 11:12:18 +0200 Subject: [PATCH] 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 (cherry picked from commit 779b1ef2aa7fcff26a5d6f066f4204c13e256c30) --- net/adguardhome/files/adguardhome.init | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/adguardhome/files/adguardhome.init b/net/adguardhome/files/adguardhome.init index 2dfa8d65b3..83e9a1234e 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