summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sqm
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-05-03 02:17:20 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-05-03 02:17:20 +0200
commitd9a6e5b47a4ea8c7bad8ead8b77db6b91d21325f (patch)
tree983d0dca6d459abe3c07716a07d82d4ebad52a6e /applications/luci-app-sqm
parent3e967fd30db91d2ba645255c8c41ba99c4983b0c (diff)
luci-app-sqm: prevent restart loop
Follow-up fix for 81b7e7d4a29980f2b12f36bde0dcb2f85c34fb47 Closes PR #7107 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-sqm')
-rw-r--r--applications/luci-app-sqm/root/usr/share/ucitrack/luci-app-sqm.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/applications/luci-app-sqm/root/usr/share/ucitrack/luci-app-sqm.json b/applications/luci-app-sqm/root/usr/share/ucitrack/luci-app-sqm.json
index ea72acf226..28d03b0bc6 100644
--- a/applications/luci-app-sqm/root/usr/share/ucitrack/luci-app-sqm.json
+++ b/applications/luci-app-sqm/root/usr/share/ucitrack/luci-app-sqm.json
@@ -1,7 +1,4 @@
{
"config": "sqm",
- "init": "sqm",
- "affects": [
- "sqm"
- ]
+ "init": "sqm"
}