diff options
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' |