diff options
Diffstat (limited to 'modules/luci-mod-system/root')
3 files changed, 17 insertions, 0 deletions
diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json new file mode 100644 index 0000000000..fc24cd9978 --- /dev/null +++ b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json @@ -0,0 +1,4 @@ +{ + "config": "dropbear", + "init": "dropbear" +} diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json new file mode 100644 index 0000000000..95b071167c --- /dev/null +++ b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json @@ -0,0 +1,4 @@ +{ + "config": "fstab", + "exec": "/sbin/block mount" +} 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" + ] +} |