tweak wording and formatting

This commit is contained in:
Hector 2022-02-20 09:02:24 +00:00
parent 52d3648cb0
commit 8fef00e6f7

View File

@ -1,8 +1,7 @@
# Systemd # Systemd
The `.service` file in this directory is to be put into `/etc/systemd/system`. The `.service` file in this directory should be copied to the `/etc/systemd/system/` folder.
It expects the binary file to be installed at `/usr/sbin/fail2ban_exporter`. - It expects the binary file to be installed at `/usr/sbin/fail2ban_exporter`.
It expects a user named `fail2ban_exporter` to exist. - It expects a user named `fail2ban_exporter` to exist. This user should not have a shell or any special privileges aside from read-access to the fail2ban socket file.
This user should not have a shell or any special privileges aside from read-access to the fail2ban socket file.
The `ExecStart` line can be modified to add any custom CLI flags. The `ExecStart` line can be modified to add any custom CLI flags.