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.
ffmyk-ansible/roles/install_wgkex/files/wgkex.service

13 lines
244 B
INI

[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