forked from ISTI-ansible-roles/ansible-roles
Fix the prometheus user in the systemd service of the haproxy exporter.
This commit is contained in:
parent
2f3b0add6d
commit
a45761e931
|
@ -5,8 +5,8 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
User={{ prometheus_user }}
|
User={{ prometheus_h_e_user }}
|
||||||
Group={{ prometheus_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 }} --collector.systemd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue