module: add ratos-configurator to default services

Adds the RatOS configurator to the default service list in machine.py so future installs of moonraker will allow the ratos configurator service to be managed from frontends.

Signed-off-by: Mikkel Schmidt <mikkel.schmidt@gmail.com>
This commit is contained in:
Mikkel Schmidt
2023-03-04 02:56:55 +01:00
committed by Eric Callahan
parent 18f5ff4eed
commit 40013ec270

View File

@@ -64,7 +64,8 @@ DEFAULT_ALLOWED_SERVICES = [
"moonraker-obico",
"sonar",
"crowsnest",
"octoeverywhere"
"octoeverywhere",
"ratos-configurator"
]
CGROUP_PATH = "/proc/1/cgroup"
SCHED_PATH = "/proc/1/sched"