[Unit] Description=VM Bench Converter Backend Service After=network.target [Service] Type=simple User=root WorkingDirectory=/mnt/pve/host-shared/converter/backend Environment=PYTHONDONTWRITEBYTECODE=1 ExecStart=/mnt/pve/host-shared/converter/venv/bin/python -B /mnt/pve/host-shared/converter/backend/app.py Restart=always RestartSec=5 StandardOutput=append:/mnt/pve/host-shared/converter/logs/vm-bench-backend.log StandardError=append:/mnt/pve/host-shared/converter/logs/vm-bench-backend.log [Install] WantedBy=multi-user.target