mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: typo
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
7401eb83b4
commit
5ef563a501
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ After=network-online.target
|
|||
Type=simple
|
||||
User={{ process_exporter_system_user }}
|
||||
Group={{ process_exporter_system_group }}
|
||||
ExecStart={{ process_exporter_binary_install_dir/process_exporter \
|
||||
ExecStart={{ process_exporter_binary_install_dir }}/process_exporter \
|
||||
{% if process_exporter_names != [] -%}
|
||||
'--config.path=/etc/process_exporter/config.yml' \
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in a new issue