prometheus/templates/systemd/prometheus-haproxy-exporter.service.j2

11 lines
184 B
Plaintext
Raw Permalink Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus Haproxy Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-haproxy-exporter
[Install]
WantedBy=multi-user.target