]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Properly pass signals to lighttpd
authorMaxime Mouchet <max@maxmouchet.com>
Fri, 18 Nov 2022 19:29:12 +0000 (20:29 +0100)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sat, 19 Nov 2022 15:06:09 +0000 (16:06 +0100)
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