mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
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:
committed by
Hannu Nyman
parent
4406b792e7
commit
90ee36fceb
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=UDPspeeder
|
||||
PKG_VERSION:=20230206.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
|
||||
@@ -93,6 +93,7 @@ start_instance() {
|
||||
procd_append_param command --queue-len "${queue_len}"
|
||||
procd_append_param command --log-level "${log_level}"
|
||||
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_close_instance
|
||||
|
||||
Reference in New Issue
Block a user