diff --git a/prometheus/files/exporter.systemd.jinja b/prometheus/files/exporter.systemd.jinja index 41fd784..15ff58b 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -17,7 +17,7 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS {%- endfor %} {%- endif %} ExecReload=/bin/kill -HUP $MAINPID -KillMode=process +#KillMode=process Restart=always RestartSec=42s