From 90a9053385647e3f52031fceacb4bd2d08c6103b Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 18 Oct 2022 17:01:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/usr/local/bin/start-lighttpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/start-lighttpd.sh b/rootfs/usr/local/bin/start-lighttpd.sh index 0472b22..604ee96 100755 --- a/rootfs/usr/local/bin/start-lighttpd.sh +++ b/rootfs/usr/local/bin/start-lighttpd.sh @@ -113,7 +113,7 @@ healthcheck) else echo "Starting $SERVICE_NAME" php-fpm-server & - start-lighttpd + exec lighttpd -f /config/lighttpd/lighttpd.conf -D fi ;; esac