Properly pass signals to lighttpd

pull/557/head
Maxime Mouchet 2022-11-18 20:29:12 +01:00 committed by Bastien Wirtz
parent a8292ef757
commit f62972f659
1 changed files with 1 additions and 1 deletions

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