Fixed Postgrey re-startup by reoving pid file, suggested by @Sharsie

This commit is contained in:
Thomas VIAL 2017-07-20 10:12:39 +02:00
parent dbf65789f2
commit 7674297e92
1 changed files with 1 additions and 0 deletions

View File

@ -1197,6 +1197,7 @@ function _start_daemons_clamav() {
function _start_daemons_postgrey() {
notify 'task' 'Starting postgrey' 'n'
rm -f /var/run/postgrey/postgrey.pid
display_startup_daemon "/etc/init.d/postgrey start"
}