14 lines
317 B
SYSTEMD
14 lines
317 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prometheus IPMI Exporter
|
||
|
Documentation=https://github.com/prometheus-community/ipmi_exporter
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
User=prometheus
|
||
|
EnvironmentFile=/etc/default/prometheus-ipmi-exporter
|
||
|
ExecStart=/usr/bin/prometheus-ipmi-exporter $ARGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|