9 lines
230 B
Desktop File
9 lines
230 B
Desktop File
[Unit]
|
|
Description=pretalx clearsessions
|
|
|
|
[Service]
|
|
User=pretalx
|
|
Group=pretalx
|
|
Environment=PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg
|
|
WorkingDirectory=/opt/pretalx
|
|
ExecStart=/opt/pretalx/venv/bin/python -m pretalx clearsessions
|