Initial Commit

This commit is contained in:
2023-06-05 22:49:25 +02:00
commit 2bd9a04ce9
5 changed files with 84 additions and 0 deletions

17
systemd.service Normal file
View File

@ -0,0 +1,17 @@
[Unit]
Description=Prometheus exporter for fail2ban metrics
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/bin/fail2ban-exporter
ExecReload=/bin/kill -HUP $MAINPID
User=root
Group=root
Restart=on-failure
RestartSec=5s
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target