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