7 lines
338 B
Plaintext
7 lines
338 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: TVHeadend
|
|
# Runs the cron daemon
|
|
# ==============================================================================
|
|
exec fdmove -c 2 1 /usr/sbin/crond -f -L /var/log/cron -l 0 -c /etc/crontabs
|