This commit is contained in:
Natan Keddem
2024-04-30 19:45:13 -04:00
commit 5e33556dcf
26 changed files with 2023 additions and 0 deletions

11
resources/autopve.service Normal file
View File

@ -0,0 +1,11 @@
[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