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 ```