]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - entrypoint.sh
Properly pass signals to lighttpd
[github/bastienwirtz/homer.git] / entrypoint.sh
index 48df1e6fb0371736b1de622b61021c212a8e71f5..e970d34c93945dd113ca69c88db4b72e63d908b0 100644 (file)
@@ -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