summaryrefslogtreecommitdiff
path: root/openwrt/rhctl
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl')
-rw-r--r--openwrt/rhctl/files/rhctl.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
index cf25990..6dbb9c0 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -46,3 +46,10 @@ config 'luaclient'
option log 'syslog:3,luaclient-silence-watch,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option lua_file '/usr/share/rhctl/silence-watch.lua'
+
+config 'luaclient'
+# option disabled 1
+ option name 'tcpserver'
+ option log 'syslog:3,luaclient-mode-tcpserver,daemon'
+ option command_sock '/var/run/rhctl/switchctl.sock'
+ option lua_file '/usr/share/rhctl/mode-tcpserver.lua'