Skip to content

Commit

Permalink
chore(pushgateway): remove reload from systemd definition
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 28, 2024
1 parent 0808435 commit 7981a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion roles/pushgateway/templates/pushgateway.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7981a20

Please sign in to comment.