From 20b1ba1a5f47ddcb2723ec07e807a04cf0908d3a Mon Sep 17 00:00:00 2001 From: hanwckf Date: Tue, 17 Sep 2019 20:26:25 +0800 Subject: [PATCH] Disable stdout/stderr redirect to syslog --- openwrt/files/scutclient.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/files/scutclient.init b/openwrt/files/scutclient.init index 0a0b64c..65ba61c 100644 --- a/openwrt/files/scutclient.init +++ b/openwrt/files/scutclient.init @@ -49,8 +49,8 @@ scutclient_start_instance() { scutclient_validate_scutclient "$cfg" uci_validate_section network interface "$interface" 'ifname:string' procd_open_instance "scutclient_${cfg}_${interface}" - procd_set_param stdout 1 - procd_set_param stderr 1 +# procd_set_param stdout 1 +# procd_set_param stderr 1 procd_set_param netdev $ifname procd_set_param command "$SCUTCLIENT_PATH" procd_append_param command --username "$username" \ @@ -113,4 +113,4 @@ reload_service() { boot() { return -} \ No newline at end of file +}