From 2bfe9c9ccedb7b85b31f7344591db1e2b2c1ed54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:02:00 +0200 Subject: [PATCH] Update run https://github.com/alexbelgium/hassio-addons/issues/999 --- spotweb/rootfs/etc/services.d/cron/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spotweb/rootfs/etc/services.d/cron/run b/spotweb/rootfs/etc/services.d/cron/run index f797facac..7bb9a906a 100644 --- a/spotweb/rootfs/etc/services.d/cron/run +++ b/spotweb/rootfs/etc/services.d/cron/run @@ -2,4 +2,5 @@ chmod -R +x /etc/periodic -/usr/sbin/crond -f -S -l 0 +# log errors in addon logs in foreground +/usr/sbin/crond -f -L /proc/1/fd/1 -S -l 0