diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index adfb13f..8f8e3ed 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -38,6 +38,6 @@ elif [ "$FOODSOFT_SERVICE" == "cron" ]; then ./proc-start cron elif [ "$FOODSOFT_SERVICE" == "worker" ]; then ./proc-start worker -elif [ "$FOODSOFT_SERVICE" == "mail" ]; then +elif [ "$FOODSOFT_SERVICE" == "smtp" ]; then ./proc-start mail fi