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.
|
[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
|