docker: fix startup scripts for nsd and dovecot to run them in the foreground

This commit is contained in:
Joshua Tauberer 2014-05-06 09:56:20 -04:00
parent 0659a0bb16
commit fbd7d731e8
1 changed files with 2 additions and 2 deletions

View File

@ -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