File: update_backend_system.diff

package info (click to toggle)
fail2ban 1.1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,076 kB
  • sloc: python: 23,095; sh: 527; xml: 352; perl: 344; makefile: 191
file content (19 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: fail2ban/config/paths-debian.conf
===================================================================
--- fail2ban.orig/config/paths-debian.conf
+++ fail2ban/config/paths-debian.conf
@@ -28,3 +28,14 @@ exim_main_log = /var/log/exim4/mainlog
 proftpd_log = /var/log/proftpd/proftpd.log
 
 roundcube_errors_log = /var/log/roundcube/errors.log
+
+# In Debian, these services will log to the journal via syslog, so use the
+# journal by default.
+syslog_backend = systemd
+sshd_backend = systemd
+dropbear_backend = systemd
+proftpd_backend = systemd
+pureftpd_backend = systemd
+wuftpd_backend = systemd
+postfix_backend = systemd
+dovecot_backend = systemd