Commit fbd7d731 authored by Joshua Tauberer's avatar Joshua Tauberer

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

parent 0659a0bb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment