aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxime Mouchet <max@maxmouchet.com>2022-11-18 20:29:12 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-11-19 16:06:09 +0100
commitf62972f65932a486ec0355cd61df3372fca371f3 (patch)
treed55d904770afd84bdf67253d70a33c5e81a48e24
parenta8292ef7579f11b4dfa4724d53bdaa4799b87220 (diff)
downloadhomer-f62972f65932a486ec0355cd61df3372fca371f3.tar.gz
homer-f62972f65932a486ec0355cd61df3372fca371f3.tar.zst
homer-f62972f65932a486ec0355cd61df3372fca371f3.zip
Properly pass signals to lighttpd
-rw-r--r--entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 48df1e6..e970d34 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then
15fi 15fi
16 16
17echo "Starting webserver" 17echo "Starting webserver"
18lighttpd -D -f /lighttpd.conf 18exec lighttpd -D -f /lighttpd.conf