summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system/root/usr/share
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-11 13:08:51 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-04-11 16:15:52 +0200
commit29678071f3d61630f034d66c3793df30577e5bcb (patch)
tree1902fbab9407a26cc0c572cb8cfbe5cb39be3167 /modules/luci-mod-system/root/usr/share
parent549cecb0c520aa778952a4660f0e08c3cff20927 (diff)
luci-base: move and rename ucitrack system.json
Move the json file to where it belongs. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-system/root/usr/share')
-rw-r--r--modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}