From d58e67de62de1ec1c516d7a0c0c7b7a70a9dd6c5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 7 Nov 2021 03:17:53 +0100 Subject: [PATCH] install_update_dovecot.sh: add correct configure flag '--with-systemd' for systemd support. --- install_update_dovecot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_update_dovecot.sh b/install_update_dovecot.sh index bdcf89b..264cb9a 100755 --- a/install_update_dovecot.sh +++ b/install_update_dovecot.sh @@ -815,8 +815,9 @@ config_params=" --with-rundir=/run/dovecot" if $systemd_support ; then config_params="$config_params \ - --with-systemdsystemunitdir=/etc/systemd/system/" + --with-systemd" fi + #--with-systemdsystemunitdir=/etc/systemd/system/" echononl "\tConfigure Dovecot.." #./configure \