forked from ISTI-ansible-roles/ansible-roles
Fix the command line options of the haproxy exporter systemd unit.
This commit is contained in:
parent
a45761e931
commit
0ac65ddd89
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue