diff --git a/prometheus/files/exporter.systemd.jinja b/prometheus/files/exporter.systemd.jinja index 45b3d30..9d3a893 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -12,7 +12,7 @@ Group={{ group }} EnvironmentFile=/etc/default/{{ svc }} ExecStart={{ bin_path }}/{{ svc }} $ARGS {%- if args is string %} {{ args }}{% else %} -{%- for arg in args %}} \ +{%- for arg in args %} \ {{ arg }} {%- endfor %} {%- endif %}