You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
do not delete supervisord.pid (#2044)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user