mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
7 lines
139 B
Plaintext
Executable File
7 lines
139 B
Plaintext
Executable File
#!/usr/bin/with-contenv sh
|
|
|
|
chmod -R +x /etc/periodic
|
|
|
|
# log errors in addon logs in foreground
|
|
/usr/sbin/crond -f -L /proc/1/fd/1 -S -l 0
|