You've already forked prometheus-fail2ban-exporter
chore: rename examples folder (!94)
* Rename the `examples` folder to `_examples` to distinguish it from source code folders https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/merge_requests/94
This commit is contained in:
9
_examples/systemd/fail2ban_exporter.service
Normal file
9
_examples/systemd/fail2ban_exporter.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Fail2Ban Exporter
|
||||
|
||||
[Service]
|
||||
User=fail2ban_exporter
|
||||
ExecStart=/usr/sbin/fail2ban_exporter
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user