From f03fafae0771bd96a565668bc1bcfe1e1e45fb9c Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 24 Nov 2009 16:33:56 +0000 Subject: [PATCH] update init script --- dovecot.init | 2 ++ 1 file changed, 2 insertions(+) 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 ;;