This commit is contained in:
Macleykun
2022-06-19 21:50:58 +02:00
parent 9b0fe9411e
commit 8ffae9ac12

View File

@@ -2,4 +2,4 @@
chmod -R o+w /home/pi/pialert/db
# /etc/init.d/lighttpd start
service cron start && /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf &
service cron start && nohup (/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf) &