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