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:
parent
18f5ff4eed
commit
40013ec270
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue