summaryrefslogtreecommitdiff
path: root/openwrt/rhctl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-02 18:57:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-02 18:57:12 (GMT)
commit34ca1b46f926dd92d92acdf42fa3467a9f05435e (patch)
treeb740ec593b6878e65ec732ac5d486cf555c90d01 /openwrt/rhctl
parentdf2cb7491e8f9a49bababb2fd49f3483a62733d5 (diff)
added silence watching client
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 8634637..cf25990 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -39,3 +39,10 @@ config 'luaclient'
option log 'syslog:3,luaclient-mode-watch,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option lua_file '/usr/share/rhctl/mode-watch.lua'
+
+config 'luaclient'
+# option disabled 1
+ option name 'silence-watch'
+ 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'