From 29678071f3d61630f034d66c3793df30577e5bcb Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 13:08:51 +0200 Subject: luci-base: move and rename ucitrack system.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- .../root/usr/share/ucitrack/luci-mod-system-system.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json (limited to 'modules/luci-mod-system/root/usr/share') diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json new file mode 100644 index 0000000000..f3da5ce8c4 --- /dev/null +++ b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json @@ -0,0 +1,9 @@ +{ + "config": "system", + "init": "led", + "exec": "/etc/init.d/log reload", + "affects": [ + "luci_statistics", + "dhcp" + ] +} -- cgit v1.2.3