diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-02 17:04:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-02 17:04:52 (GMT) |
commit | d3a42c5c7f60d78e49d766318c98ed0efa1b7496 (patch) | |
tree | 114cfecc8431d93f696c31724c8de82225beca48 /openwrt/rhctl/files | |
parent | f84cc90e072816544ed7f18760358cf450c80fc0 (diff) |
added mode-tcplistener
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 7 |
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' |