ProxMon/template/proxmon-exporter.service.in
2025-05-23 11:34:39 -04:00

13 lines
338 B
SYSTEMD

[Unit]
Description=Proxmox Process Monitor/Exporter
After=network.target # Adjust based on dependencies, if any
[Service]
ExecStart=@WORKDIR@/bin/proxmon 9101
Restart=always # Restart if the process crashes
RestartSec=5 # Wait 5 seconds before restarting
WorkingDirectory=@WORKDIR@
[Install]
WantedBy=multi-user.target