diff --git a/conf/etc/entrypoint b/conf/etc/entrypoint index f3760033ef7fbdb1d973c6d255aad747c97ec747..8aa439c7487d49ca4c8d12ac623fa31a79f88555 100755 --- a/conf/etc/entrypoint +++ b/conf/etc/entrypoint @@ -36,4 +36,6 @@ update_postfix_config_value "mynetworks" "${FAAS_SMTP_POSTFIX_MYNETWORKS}" rm -f /var/spool/postfix/pid/master.pid +rm -f /run/rsyslogd.pid + exec supervisord -c /etc/supervisord.conf