diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index 44552e1a..2e9c4ecb 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -1,4 +1,5 @@ #!/bin/sh chmod -R o+w /home/pi/pialert/db -service cron start && lighttpd -D -f /etc/lighttpd/lighttpd.conf \ No newline at end of file +/etc/init.d/lighttpd start +service cron start && tail -f /dev/null