diff options
author | Maxime Mouchet <max@maxmouchet.com> | 2022-11-18 20:29:12 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-11-19 16:06:09 +0100 |
commit | f62972f65932a486ec0355cd61df3372fca371f3 (patch) | |
tree | d55d904770afd84bdf67253d70a33c5e81a48e24 /entrypoint.sh | |
parent | a8292ef7579f11b4dfa4724d53bdaa4799b87220 (diff) | |
download | homer-f62972f65932a486ec0355cd61df3372fca371f3.tar.gz homer-f62972f65932a486ec0355cd61df3372fca371f3.tar.zst homer-f62972f65932a486ec0355cd61df3372fca371f3.zip |
Properly pass signals to lighttpd
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 2 |
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 | |||
15 | fi | 15 | fi |
16 | 16 | ||
17 | echo "Starting webserver" | 17 | echo "Starting webserver" |
18 | lighttpd -D -f /lighttpd.conf | 18 | exec lighttpd -D -f /lighttpd.conf |