Adding OctoEverywhere to the default service list

module: Adding OctoEverywhere to the default service list.

Adding OctoEverywhere to the default service list in machine.py so future installs of moonraker will allow the octoeverywhere service to be managed from frontends.

Signed-off-by: Quinn Damerell <quinnd@outlook.com>
This commit is contained in:
Quinn Damerell 2023-02-03 14:53:36 -08:00 committed by Eric Callahan
parent 61d3182bea
commit babf97be3b
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ DEFAULT_ALLOWED_SERVICES = [
"moonraker-telegram-bot",
"moonraker-obico",
"sonar",
"crowsnest"
"crowsnest",
"octoeverywhere"
]
CGROUP_PATH = "/proc/1/cgroup"
SCHED_PATH = "/proc/1/sched"