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

16 lines
321 B
SYSTEMD

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