From 791691c1b26b48a569aaf786970e2c8e243aef9f Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 21:51:31 -0400 Subject: [PATCH] Removed KillMode trying to find an issue --- prometheus/files/exporter.systemd.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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