summarylogtreecommitdiffstats
path: root/prometheus-haproxy-exporter.service
blob: a4882ac8bf8be97cbfb9de3138782dead23ecf0c (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Prometheus HAProxy Exporter
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/prometheus-haproxy-exporter
ExecStart=/usr/bin/prometheus_haproxy_exporter ${DAEMON_OPTIONS}

[Install]
WantedBy=multi-user.target