1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

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