594d9f26a1
* Rename the `examples` folder to `_examples` to distinguish it from source code folders https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/merge_requests/94
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 |