From 36ef9cf4512bc246fec1a8e16393ac3d76a8e7dc Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 22:03:20 -0400 Subject: [PATCH] Removed service reloads since they fail-comment out execreload --- prometheus/files/exporter.systemd.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prometheus/files/exporter.systemd.jinja b/prometheus/files/exporter.systemd.jinja index ae6afad..257bb90 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -16,8 +16,10 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS {{ arg }} {%- endfor %} {%- endif %} +{#- #ExecReload=/bin/kill -HUP $MAINPID #KillMode=process +-#} Restart=always RestartSec=42s