10 lines
226 B
SYSTEMD
10 lines
226 B
SYSTEMD
|
[Unit]
|
||
|
Description=pretalx runperiodic
|
||
|
|
||
|
[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
|