mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-18 00:29:02 +02:00
chore: make permission adjustments happen on restart too
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
fbba865c6c
commit
a6fe9f5bcc
2 changed files with 5 additions and 3 deletions
|
@ -82,7 +82,7 @@ function _setup_timezone() {
|
|||
fi
|
||||
}
|
||||
|
||||
function _setup_apply_fixes_after_configuration() {
|
||||
function _setup_directory_and_file_permissions() {
|
||||
_log 'trace' 'Removing leftover PID files from a stop/start'
|
||||
find /var/run/ -not -name 'supervisord.pid' -name '*.pid' -delete
|
||||
touch /dev/shm/supervisor.sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue