diff --git a/entrypoint.sh b/entrypoint.sh index 225428e..371d700 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -69,4 +69,7 @@ fi iptables -V nft -v +# add small delay to avoid trying to send mail before msmtpd is ready +sleep 2 + exec "$@"