luci-app-sqm: prevent restart loop

Follow-up fix for 81b7e7d4a2

Closes PR #7107

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald 2024-05-03 02:17:20 +02:00
parent 3e967fd30d
commit d9a6e5b47a
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
{
"config": "sqm",
"init": "sqm",
"affects": [
"sqm"
]
"init": "sqm"
}