mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Suppress crond outputs
https://github.com/alexbelgium/hassio-addons/issues/752
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user