mirror of https://github.com/bastienwirtz/homer
Properly pass signals to lighttpd
parent
a8292ef757
commit
f62972f659
|
@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting webserver"
|
echo "Starting webserver"
|
||||||
lighttpd -D -f /lighttpd.conf
|
exec lighttpd -D -f /lighttpd.conf
|
||||||
|
|
Loading…
Reference in New Issue