ProxMon/systemd/proxmon.service
2025-05-23 10:21:07 -04:00

13 lines
375 B
Desktop File

[Unit]
Description=Proxmox monitor/exporter for Prometheus
After=network.target # Adjust based on dependencies, if any
[Service]
ExecStart=/home/monitoring/ProxMon/bin/proxmon 9101
Restart=always # Restart if the process crashes
RestartSec=5 # Wait 5 seconds before restarting
WorkingDirectory=/home/monitoring/ProxMon
[Install]
WantedBy=multi-user.target