Accepting request 250109 from home:darix:dovecot

- add reload support to the dovecot service file

OBS-URL: https://build.opensuse.org/request/show/250109
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot?expand=0&rev=5
This commit is contained in:
Marcus Rückert 2014-09-29 21:23:06 +00:00 committed by Git OBS Bridge
parent a11d98d3b2
commit 606a70ca5a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 18 14:22:32 UTC 2014 - mrueckert@suse.de
- add reload support to the dovecot service file
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 11 11:39:44 UTC 2014 - mrueckert@suse.de Thu Sep 11 11:39:44 UTC 2014 - mrueckert@suse.de

View File

@ -5,6 +5,7 @@ After=local-fs.target network.target
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/sbin/dovecot -F ExecStart=/usr/sbin/dovecot -F
ExecReload=/usr/bin/doveadm reload
NonBlocking=yes NonBlocking=yes
[Install] [Install]