From 7981a207356a6e5f491a5dff58b162b731d40233 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Mon, 28 Oct 2024 14:28:49 +0700 Subject: [PATCH] chore(pushgateway): remove reload from systemd definition --- CHANGELOG.md | 4 ++++ roles/pushgateway/templates/pushgateway.service.j2 | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d2d40..2b50ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 🐛 Bug Fixes + +- *(vmagent)* Make remote write url mandatory + ### ⚙️ Miscellaneous Tasks - Add ansible doctor to pre-commit hooks diff --git a/roles/pushgateway/templates/pushgateway.service.j2 b/roles/pushgateway/templates/pushgateway.service.j2 index 8a91944..9af2c9f 100644 --- a/roles/pushgateway/templates/pushgateway.service.j2 +++ b/roles/pushgateway/templates/pushgateway.service.j2 @@ -24,7 +24,6 @@ ExecStart=/usr/local/bin/pushgateway \ {% endif %} --log.level={{ pushgateway_log_level }} \ --log.format={{ pushgateway_log_format }} -ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure User={{ pushgateway_user }} Group={{ pushgateway_group }}