Franziska Kunsmann
638e37c05f
All checks were successful
bundlewrap/pipeline/head This commit looks good
11 lines
275 B
Desktop File
11 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
|