Skip to content

Commit 20b1ba1

Browse files
authored
Disable stdout/stderr redirect to syslog
1 parent 8bb9da0 commit 20b1ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openwrt/files/scutclient.init

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ scutclient_start_instance() {
4949
scutclient_validate_scutclient "$cfg"
5050
uci_validate_section network interface "$interface" 'ifname:string'
5151
procd_open_instance "scutclient_${cfg}_${interface}"
52-
procd_set_param stdout 1
53-
procd_set_param stderr 1
52+
# procd_set_param stdout 1
53+
# procd_set_param stderr 1
5454
procd_set_param netdev $ifname
5555
procd_set_param command "$SCUTCLIENT_PATH"
5656
procd_append_param command --username "$username" \
@@ -113,4 +113,4 @@ reload_service() {
113113

114114
boot() {
115115
return
116-
}
116+
}

0 commit comments

Comments
 (0)