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]
|
||||
Type=simple
|
||||
|
||||
User={{ prometheus_user }}
|
||||
Group={{ prometheus_user }}
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue