bundles/pretalx: introduce

This commit is contained in:
Franzi 2021-01-16 22:03:38 +01:00
parent 0b9056bd2b
commit 70944d7065
Signed by: kunsi
GPG key ID: 12E3D2136B818350
9 changed files with 314 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=pretalx background worker
After=network.target
[Service]
User=pretalx
Group=pretalx
Environment=PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg
ExecStart=/opt/pretalx/venv/bin/celery -A pretalx.celery_app worker -l info
WorkingDirectory=/opt/pretalx
Restart=on-failure
[Install]
WantedBy=multi-user.target