Start mta from master process

This commit is contained in:
Adam W Zheng 2019-07-08 17:09:09 -05:00
parent 8eedeedc3c
commit c04fa1d4f5
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ RUN mkdir -p /etc/services.d/php-fpm/ \
RUN mkdir -p /etc/services.d/postfix/ \
&& touch /etc/services.d/postfix/run \
&& echo '#!/usr/bin/execlineb -P' > /etc/services.d/postfix/run \
&& echo '/usr/sbin/postfix start' >> /etc/services.d/postfix/run
&& echo '/usr/libexec/postfix/master -c /etc/postfix -d' >> /etc/services.d/postfix/run
#Copy the simplesamlphp install script into the container to be executed on startup
COPY install-simplesamlphp.sh /etc/cont-init.d/