adguardhome: fix procd
authorGeorge Sapkin <redacted>
Wed, 11 Feb 2026 09:12:18 +0000 (11:12 +0200)
committerGeorge Sapkin <redacted>
Fri, 20 Feb 2026 09:17:05 +0000 (11:17 +0200)
Move START and STOP to be within the first 10 lines so they can be
properly detected by procd.

Signed-off-by: George Sapkin <redacted>
net/adguardhome/files/adguardhome.init

index 2dfa8d65b3c83901c5c43f3aaaa294c6feb41f71..83e9a1234e328468b715042e14836b7315c2618a 100644 (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
 
git clone https://git.99rst.org/PROJECT