2021-01-16 22:03:38 +01:00
|
|
|
[Unit]
|
|
|
|
Description=pretalx runperiodic
|
2021-02-12 13:28:52 +01:00
|
|
|
After=network.target
|
|
|
|
Requires=postgresql.service
|
2021-01-16 22:03:38 +01:00
|
|
|
|
|
|
|
[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
|