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 \