You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
241 B
INI
13 lines
241 B
INI
3 years ago
|
[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
|