mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 14:32:40 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
20
public/en/fix-fail2ban-service-launch-on-debian-12.gmi
Normal file
20
public/en/fix-fail2ban-service-launch-on-debian-12.gmi
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Fix fail2ban service launch on Debian 12
|
||||
|
||||
1. Add following lines into the jail configuration
|
||||
|
||||
``` /etc/fail2ban/jail.local
|
||||
[DEFAULT]
|
||||
backend = systemd
|
||||
```
|
||||
|
||||
2. Make sure python3-systemd was installed
|
||||
|
||||
``` bash
|
||||
apt install python3-systemd
|
||||
```
|
||||
|
||||
3. Restart service
|
||||
|
||||
``` bash
|
||||
systemctl restart fail2ban
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue