machine: add sonar and crowsnest to allowed services
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
a86cbc77f6
commit
3b76d81155
|
@ -39,7 +39,8 @@ if TYPE_CHECKING:
|
|||
|
||||
ALLOWED_SERVICES = [
|
||||
"moonraker", "klipper", "webcamd", "MoonCord",
|
||||
"KlipperScreen", "moonraker-telegram-bot"
|
||||
"KlipperScreen", "moonraker-telegram-bot",
|
||||
"sonar", "crowsnest"
|
||||
]
|
||||
CGROUP_PATH = "/proc/1/cgroup"
|
||||
SCHED_PATH = "/proc/1/sched"
|
||||
|
|
Loading…
Reference in New Issue