udnssnoop: fix init script to prevent boot log spam

Add quiet flag to uci command to suppress error messages when qosify
configuration doesn't exist, preventing unnecessary log spam during
boot.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 01f809d5c4
commit f3cfa2be93

View File

@@ -10,7 +10,7 @@ service_triggers() {
}
start_service() {
local device=$(uci get qosify.@device[0].name)
local device=$(uci -q get qosify.@device[0].name)
[ -z "$device" ] && return
procd_open_instance