mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
docker: fix startup scripts for nsd and dovecot to run them in the foreground
This commit is contained in:
parent
0659a0bb16
commit
fbd7d731e8
@ -9,7 +9,7 @@ done
|
||||
|
||||
cat <<EORUN >/etc/service/nsd/run
|
||||
#!/bin/sh
|
||||
exec /usr/bin/nsd -d
|
||||
exec /usr/sbin/nsd -d
|
||||
EORUN
|
||||
|
||||
cat <<EORUN >/etc/service/postfix/run
|
||||
@ -30,7 +30,7 @@ EORUN
|
||||
|
||||
cat <<EORUN >/etc/service/dovecot/run
|
||||
#!/bin/sh
|
||||
exec dovecot
|
||||
exec dovecot -F
|
||||
EORUN
|
||||
|
||||
cat <<EORUN >/etc/service/opendkim/run
|
||||
|
Loading…
Reference in New Issue
Block a user