[Unit] Description=VM Bench — Proxmox Image Conversion Frontend After=network.target [Service] Type=simple User=root WorkingDirectory=/mnt/converter/frontend Environment=PATH=/usr/local/bin:/usr/bin:/bin Environment=BACKEND_URL=http://10.2.0.2:9000 Environment=TMPDIR=/mnt/converter/in ExecStart=/usr/bin/python3 -m uvicorn app:app --host 0.0.0.0 --port 5000 --timeout-keep-alive 300 Restart=always RestartSec=3 [Install] WantedBy=multi-user.target