forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of adellam/ansible-roles into master
This commit is contained in:
commit
b0901ce3e6
|
@ -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