mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fixed Postgrey re-startup by reoving pid file, suggested by @Sharsie (#658)
Fixes #649
This commit is contained in:
parent
dbf65789f2
commit
88e3d88de1
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue