From 422f5619bec4528543672fa4cd815992933b3cee Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 15 Jul 2022 18:34:32 -0300 Subject: [PATCH] system: add webcamd to allowed services to restart --- panels/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/system.py b/panels/system.py index 9154321f..b17c27a7 100644 --- a/panels/system.py +++ b/panels/system.py @@ -12,7 +12,7 @@ def create_panel(*args): return SystemPanel(*args) -ALLOWED_SERVICES = ["KlipperScreen", "MoonCord", "klipper", "moonraker"] +ALLOWED_SERVICES = ["KlipperScreen", "MoonCord", "klipper", "moonraker", "webcamd"] class SystemPanel(ScreenPanel):