mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-05-05 04:06:26 +02:00
do not delete supervisord.pid (#2044)
This commit is contained in:
parent
9c5d6ad25c
commit
4822709000
@ -9,7 +9,7 @@ function fix
|
||||
done
|
||||
|
||||
_notify 'inf' 'Removing leftover PID files from a stop/start'
|
||||
rm -rf /var/run/*.pid /var/run/*/*.pid
|
||||
find /var/run/ -not -name 'supervisord.pid' -name '*.pid' -delete
|
||||
touch /dev/shm/supervisor.sock
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user