summaryrefslogtreecommitdiff
path: root/roles/install_wgkex/files/wgkex.service
blob: c549cf3d3d29df2feb6902301e91b63675c8c876 (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 /opt/wgkex/wgkex/worker/app.py
Restart=always
WorkingDirectory=/opt/wgkex
Environment=PYTHONPATH=/opt/wgkex

[Install]
WantedBy=multi-user.target