mirror of https://github.com/fail2ban/fail2ban
not files folder, in build folder you can finde fail2ban.service for systemd-unit file
parent
346a880375
commit
791877721b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue