mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Fixed startup on debian bookworm (using systemd as sshd_backend)
This commit is contained in:
parent
66e195b0f3
commit
7d6b1a4c3b
1 changed files with 5 additions and 0 deletions
|
|
@ -28,3 +28,8 @@ exim_main_log = /var/log/exim4/mainlog
|
|||
proftpd_log = /var/log/proftpd/proftpd.log
|
||||
|
||||
roundcube_errors_log = /var/log/roundcube/errors.log
|
||||
|
||||
# These services will log to the journal via syslog, so use the journal by
|
||||
# default.
|
||||
sshd_backend = systemd
|
||||
postfix_backend = systemd
|
||||
|
|
|
|||
Loading…
Reference in a new issue