install_update_dovecot.sh: add correct configure flag '--with-systemd' for systemd support.
This commit is contained in:
parent
dea7e2640f
commit
d58e67de62
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user