udpspeeder: disable color in logging to prevent side effects in syslog

Fixes #26872 by passing --disable-color in init script

Signed-off-by: David Connolly <david@connol.ly>
This commit is contained in:
David Connolly
2025-06-29 13:54:37 +01:00
committed by Hannu Nyman
parent 4406b792e7
commit 90ee36fceb
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=UDPspeeder PKG_NAME:=UDPspeeder
PKG_VERSION:=20230206.0 PKG_VERSION:=20230206.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_VERSION)

View File

@@ -93,6 +93,7 @@ start_instance() {
procd_append_param command --queue-len "${queue_len}" procd_append_param command --queue-len "${queue_len}"
procd_append_param command --log-level "${log_level}" procd_append_param command --log-level "${log_level}"
procd_append_param command --fifo "${fifo}" procd_append_param command --fifo "${fifo}"
procd_append_param command --disable-color
# procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} # procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
procd_close_instance procd_close_instance