From 646a9a4304430331a6332170fd312efbe8fe688e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 22:05:28 -0400 Subject: [PATCH] Removed service reloads since they fail--fully removed --- prometheus/files/exporter.systemd.jinja | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prometheus/files/exporter.systemd.jinja b/prometheus/files/exporter.systemd.jinja index 257bb90..d4be655 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -16,10 +16,6 @@ ExecStart={{ bin_path }}/{{ svc }} $ARGS {{ arg }} {%- endfor %} {%- endif %} -{#- -#ExecReload=/bin/kill -HUP $MAINPID -#KillMode=process --#} Restart=always RestartSec=42s