From 3e4157ce791f1aeccede849a06b8ed11acfc192d Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 21:59:29 -0400 Subject: [PATCH] Removed ExecReload as well, diagnosing further issues --- 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 15ff58b..ae6afad 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -16,7 +16,7 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS {{ arg }} {%- endfor %} {%- endif %} -ExecReload=/bin/kill -HUP $MAINPID +#ExecReload=/bin/kill -HUP $MAINPID #KillMode=process Restart=always RestartSec=42s