diff options
Diffstat (limited to 'main/dovecot/dovecot.logrotate')
-rw-r--r-- | main/dovecot/dovecot.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dovecot/dovecot.logrotate b/main/dovecot/dovecot.logrotate index 89255f8dd7..b1a4087b42 100644 --- a/main/dovecot/dovecot.logrotate +++ b/main/dovecot/dovecot.logrotate @@ -7,6 +7,6 @@ notifempty sharedscripts postrotate - /etc/init.d/dovecot --quiet --ifstarted reload + /etc/init.d/dovecot --quiet --ifstarted reopen endscript } |