summaryrefslogtreecommitdiff
path: root/roles/install_wgkex/files/wgkex.service
blob: 736a2f6ea70a829296aaa99fdd3b3bb3ecb670c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=wgkex
After=network.target

[Service]
ExecStart=/opt/wgkex/.venv/bin/python -u /opt/wgkex/wgkex/worker/app.py
Restart=always
WorkingDirectory=/opt/wgkex
Environment=PYTHONPATH=/opt/wgkex

[Install]
WantedBy=multi-user.target