From 33e5f888ea3ca717fc136eff328f22458ffe1aea Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 19 Jun 2022 21:44:44 +0200 Subject: [PATCH] Will this run properly (tested in container and it worked) --- dockerfiles/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index ed0be16f..f1adc4d1 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -1,5 +1,5 @@ #!/bin/sh chmod -R o+w /home/pi/pialert/db -/etc/init.d/lighttpd start -service cron start && tail -f /dev/null \ No newline at end of file +# /etc/init.d/lighttpd start +service cron start && /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf \ No newline at end of file