Properly pass signals to lighttpd

This commit is contained in:
Maxime Mouchet 2022-11-18 20:29:12 +01:00 committed by Bastien Wirtz
parent a8292ef757
commit f62972f659

View 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