machine: add moonraker-telegram-bot to list of allowed services

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-09-29 18:08:08 -04:00
parent 4df93481ec
commit 86764657cf
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ if TYPE_CHECKING:
ALLOWED_SERVICES = [
"moonraker", "klipper", "webcamd", "MoonCord",
"KlipperScreen"]
"KlipperScreen", "moonraker-telegram-bot"
]
SYSTEMD_PATH = "/etc/systemd/system"
SD_CID_PATH = "/sys/block/mmcblk0/device/cid"
SD_CSD_PATH = "/sys/block/mmcblk0/device/csd"