16 lines
490 B
Desktop File
16 lines
490 B
Desktop File
[Unit]
|
|
Description=VM Bench Converter Backend Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/mnt/pve/host-shared/converter/backend
|
|
ExecStart=/mnt/pve/host-shared/converter/venv/bin/python /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
|