summarylogtreecommitdiffstats
path: root/prometheus-pve-exporter.service
blob: c49e08fb56e2448978afe0c82e1aff0892d9c549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Prometheus Proxmox VE Exporter
Documentation=https://github.com/prometheus-pve/prometheus-pve-exporter
After=network.target

[Service]
ExecStart=/usr/bin/pve_exporter /etc/prometheus/pve.yml
User=pve-exporter
Group=pve-exporter
Restart=on-failure
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target