From 083862691c5bed3cb658a274c53d392f5dceb913 Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 19 Jun 2022 13:40:30 +0200 Subject: [PATCH] /var/log/syslog --- dockerfiles/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index b1bd7f48..f2093676 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -2,4 +2,4 @@ chmod -R o+w /home/pi/pialert/db /etc/init.d/lighttpd start -cron && tail -f /var/log/cron.log \ No newline at end of file +cron && tail -f /var/log/syslog \ No newline at end of file