Fix the command line options of the haproxy exporter systemd unit.

This commit is contained in:
Andrea Dell'Amico 2019-05-31 19:00:55 +02:00
parent a45761e931
commit 0ac65ddd89
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ Type=simple
User={{ prometheus_h_e_user }}
Group={{ prometheus_h_e_user }}
ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }} --collector.systemd
ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }}