diff options
Diffstat (limited to 'network/dovecot/rc.dovecot')
-rw-r--r-- | network/dovecot/rc.dovecot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/dovecot/rc.dovecot b/network/dovecot/rc.dovecot index 228eb2915e..8d68312ab7 100644 --- a/network/dovecot/rc.dovecot +++ b/network/dovecot/rc.dovecot @@ -35,7 +35,7 @@ dovecot_stop() dovecot_restart() { dovecot_stop - sleep 5 # Give it time to clean-up if it needs it. + sleep 3 # Give it time to clean-up if it needs it. dovecot_start } |