
- /examples/grafana/dashboard.json - /examples/systemd/README.md - /examples/systemd/fail2ban_exporter.service - /_examples/grafana/dashboard.json - /_examples/systemd/fail2ban_exporter.service - /_examples/systemd/README.md
9 lines
146 B
Desktop File
9 lines
146 B
Desktop File
[Unit]
|
|
Description=Fail2Ban Exporter
|
|
|
|
[Service]
|
|
User=fail2ban_exporter
|
|
ExecStart=/usr/sbin/fail2ban_exporter
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |