diff --git a/dovecot.init b/dovecot.init index 8ba796a..a407d5f 100755 --- a/dovecot.init +++ b/dovecot.init @@ -83,12 +83,14 @@ case "$1" in ;; force-reload|restart) stop + sleep 1 start RETVAL=$? ;; condrestart|try-restart) if [ -f $lockfile ]; then stop + sleep 3 start fi ;;