Skip to content

Commit

Permalink
Disable stdout/stderr redirect to syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf authored Sep 17, 2019
1 parent 8bb9da0 commit 20b1ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openwrt/files/scutclient.init
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -113,4 +113,4 @@ reload_service() {

boot() {
return
}
}

0 comments on commit 20b1ba1

Please sign in to comment.