mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 04:24:44 +02:00
Fixed Postgrey re-startup by reoving pid file, suggested by @Sharsie (#658)
Fixes #649
This commit is contained in:
parent
dbf65789f2
commit
88e3d88de1
1 changed files with 1 additions and 0 deletions
|
@ -1197,6 +1197,7 @@ function _start_daemons_clamav() {
|
||||||
|
|
||||||
function _start_daemons_postgrey() {
|
function _start_daemons_postgrey() {
|
||||||
notify 'task' 'Starting postgrey' 'n'
|
notify 'task' 'Starting postgrey' 'n'
|
||||||
|
rm -f /var/run/postgrey/postgrey.pid
|
||||||
display_startup_daemon "/etc/init.d/postgrey start"
|
display_startup_daemon "/etc/init.d/postgrey start"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue