From 7d6b1a4c3b3a3f8e517ecf6c901d44fe9ab16c61 Mon Sep 17 00:00:00 2001 From: Ulrich Goettlich Date: Tue, 13 Jun 2023 09:00:38 +0200 Subject: [PATCH] Fixed startup on debian bookworm (using systemd as sshd_backend) --- config/paths-debian.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/paths-debian.conf b/config/paths-debian.conf index 1f5ea37d..4e2847d5 100644 --- a/config/paths-debian.conf +++ b/config/paths-debian.conf @@ -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