Files
autopve/resources/autopve.service
Natan Keddem 5e33556dcf initial
2024-04-30 19:45:13 -04:00

11 lines
221 B
Desktop File

[Unit]
Description=autopve Application Service
After=network.target
[Service]
Type=simple
WorkingDirectory=/root/autopve
ExecStart=/root/autopve/venv/bin/python /root/autopve/main.py
[Install]
WantedBy=multi-user.target