mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
5 lines
120 B
Plaintext
Executable File
5 lines
120 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
# log errors in addon logs in foreground
|
|
/usr/sbin/crond -f -L /cron.log -c /etc/crontabs
|