Reload postfix and dovecot2

This commit is contained in:
John Boehr 2017-11-09 14:32:33 -08:00
parent f79080d2d9
commit a745abaa8e
No known key found for this signature in database
GPG Key ID: 73B8EFB60708F699
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ in
# @todo should we reload postfix here? # @todo should we reload postfix here?
postRun = '' postRun = ''
systemctl reload nginx systemctl reload nginx
systemctl reload postfix
systemctl reload dovecot2
''; '';
}; };
}; };