Suppress crond outputs

https://github.com/alexbelgium/hassio-addons/issues/752
This commit is contained in:
Alexandre
2023-03-09 09:15:47 +01:00
committed by GitHub
parent 1c156593df
commit a0030a29d2

View File

@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv bash
/usr/sbin/crond -f -S -l 0 -c /etc/crontabs
# log errors in addon logs in foreground
/usr/sbin/crond -f -L /proc/1/fd/1 -l 3 -c /etc/crontabs