install_update_dovecot.sh: add correct configure flag '--with-systemd' for systemd support.

This commit is contained in:
Christoph 2021-11-07 03:17:53 +01:00
parent dea7e2640f
commit d58e67de62

View File

@ -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 \