From 791877721bc39a75ba7ed6494631232cd7dab2f9 Mon Sep 17 00:00:00 2001 From: yonghwan_choi <76681826+fogChoi@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:46:46 +0900 Subject: [PATCH] not files folder, in build folder you can finde fail2ban.service for systemd-unit file --- How-to-install-or-upgrade-fail2ban-manually.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-install-or-upgrade-fail2ban-manually.md b/How-to-install-or-upgrade-fail2ban-manually.md index caf8c00..d526dd6 100644 --- a/How-to-install-or-upgrade-fail2ban-manually.md +++ b/How-to-install-or-upgrade-fail2ban-manually.md @@ -77,7 +77,7 @@ for example: `sudo python setup.py install --without-tests` - note that the system init/service script is not automatically installed, so you have to copy it and enable the service manually; for example with init.d-script see readme, to install systemd-unit file use: ``` -sudo cp ./files/fail2ban.service /etc/systemd/system/fail2ban.service +sudo cp ./build/fail2ban.service /etc/systemd/system/fail2ban.service sudo systemctl enable fail2ban ```