fix: rename prometheus binary and systemd service

This commit is contained in:
2023-06-09 22:16:43 +02:00
parent 2bd9a04ce9
commit 2932d9ff69
3 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/bin/fail2ban-exporter
ExecStart=/usr/bin/prometheus-fail2ban-exporter
ExecReload=/bin/kill -HUP $MAINPID
User=root
Group=root