We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb9da0 commit 20b1ba1Copy full SHA for 20b1ba1
openwrt/files/scutclient.init
@@ -49,8 +49,8 @@ scutclient_start_instance() {
49
scutclient_validate_scutclient "$cfg"
50
uci_validate_section network interface "$interface" 'ifname:string'
51
procd_open_instance "scutclient_${cfg}_${interface}"
52
- procd_set_param stdout 1
53
- procd_set_param stderr 1
+# procd_set_param stdout 1
+# procd_set_param stderr 1
54
procd_set_param netdev $ifname
55
procd_set_param command "$SCUTCLIENT_PATH"
56
procd_append_param command --username "$username" \
@@ -113,4 +113,4 @@ reload_service() {
113
114
boot() {
115
return
116
-}
+}
0 commit comments