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:
parent
61d3182bea
commit
babf97be3b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue