mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user