From 86b42501440ae4320ee911c815d445f59e3a66fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 6 Feb 2024 22:02:32 +0100 Subject: [PATCH] Fix config panel systemd unit --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 227e995..b118d64 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -2,7 +2,7 @@ version = "1.0" [main] name = "Main Settings" -services = ["matrix-__APP__"] +services = ["__APP__"] [main.welcome] name = "Experience for new Users" @@ -136,7 +136,7 @@ services = ["matrix-__APP__"] [resources] name = "Resource Usage" -services = ["matrix-__APP__"] +services = ["__APP__"] [resources.media] name = "Manage Media growth and clean-up"