bundlewrap/bundles/pretalx/files/pretalx-runperiodic.service
Franzi 638e37c05f
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles: add Requires=postgresql.service to some services which require postgresql
2021-02-12 13:28:52 +01:00

12 lines
275 B
Desktop File

[Unit]
Description=pretalx runperiodic
After=network.target
Requires=postgresql.service
[Service]
User=pretalx
Group=pretalx
Environment=PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg
WorkingDirectory=/opt/pretalx
ExecStart=/opt/pretalx/venv/bin/python -m pretalx runperiodic