not files folder, in build folder you can finde fail2ban.service for systemd-unit file

master
yonghwan_choi 2022-01-20 10:46:46 +09:00
parent 346a880375
commit 791877721b
1 changed files with 1 additions and 1 deletions

@ -77,7 +77,7 @@ for example:
`sudo python setup.py install --without-tests` `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: - 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 sudo systemctl enable fail2ban
``` ```
</details> </details>