sintonia/installer/systemd/libretime.target
Jonas L 2edbf15bf4
feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
2022-08-20 08:13:30 +02:00

10 lines
235 B
SYSTEMD

[Unit]
Description=LibreTime Services
Wants=libretime-analyzer.service
Wants=libretime-api.service
Wants=libretime-liquidsoap.service
Wants=libretime-playout.service
Wants=libretime-worker.service
[Install]
WantedBy=multi-user.target