diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-12 13:59:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-12 13:59:22 (GMT) |
commit | 8385776d0e7998168f3f0b23a37aececcd5fd3c5 (patch) | |
tree | 4601798a3ef3dc57347c9feb8f6b6da975ccce09 /openwrt/rhctl/files | |
parent | 09a4632f7ae58f11d73dcbbbb7e69b397a40b9f6 (diff) |
moved from mode-leds to mode-watch
mode-watch sends email on change
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index 7d3f06f..1ca5a58 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -35,7 +35,7 @@ config 'heartbeatclient' config 'luaclient' # option disabled 1 - option name 'mode-leds' - option log 'syslog:3,luaclient-mode-leds,daemon' + option name 'mode-watch' + option log 'syslog:3,luaclient-mode-watch,daemon' option command_sock '/var/run/rhctl/switchctl.sock' - option lua_file '/usr/share/rhctl/mode-leds.lua' + option lua_file '/usr/share/rhctl/mode-watch.lua' |