’cron’ stops working after an Android start from CE
I have seen that every time I start Android from CoreELEC and then return to CoreELEC with a normal restart, ‘cron’ stops working.
I have seen this because among the tasks that I run in ‘cron’ is this line that runs every 15 minutes:
*/15 * * * * date > /storage/cron_test
When I see that ‘cron’ has stopped working I have to edit the list of tasks ‘cron’ with crontab -e (without making any modification) to work again. This happens with any version of CoreELEC 9.x that I know.
Is there a solution to this problem?