From: Maxime Mouchet Date: Fri, 18 Nov 2022 19:29:12 +0000 (+0100) Subject: Properly pass signals to lighttpd X-Git-Tag: v22.11.2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f62972f65932a486ec0355cd61df3372fca371f3;p=github%2Fbastienwirtz%2Fhomer.git Properly pass signals to lighttpd --- diff --git a/entrypoint.sh b/entrypoint.sh index 48df1e6..e970d34 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then fi echo "Starting webserver" -lighttpd -D -f /lighttpd.conf +exec lighttpd -D -f /lighttpd.conf