From e4d457d73c7f336e6c15225e25d20cbaab77a28f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 1 Jun 2025 13:31:22 +0200 Subject: [PATCH] docs(examples): adapt markdown file to be linter compatible --- _examples/systemd/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_examples/systemd/README.md b/_examples/systemd/README.md index 52d25c3..9ff8c33 100644 --- a/_examples/systemd/README.md +++ b/_examples/systemd/README.md @@ -1,7 +1,9 @@ # Systemd 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 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. +- 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. The `ExecStart` line can be modified to add any custom CLI flags.