Move python_apps/airtime-celery/ to worker/

This commit is contained in:
jo 2021-10-17 02:41:48 +02:00 committed by Kyle Robbertze
parent 08f13d850c
commit 58e275147f
7 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=LibreTime Celery Service
After=network.target
[Service]
User=celery
Group=celery
Environment=RMQ_CONFIG_FILE=/etc/airtime/airtime.conf
WorkingDirectory=/srv/airtime
ExecStart=/usr/local/bin/celery worker -A airtime-celery.tasks:celery --time-limit=1800 --concurrency=1 --config=celeryconfig -l INFO
Restart=always
[Install]
WantedBy=multi-user.target