Closed lukasheinz92 closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
I enter a container as a
root
, add new cron job into/etc/crontabs/root
and save the file but the cron job will not trigger. I also tried to use different commands, various access rights, restart a containers etc. but nothing worked.The actual cron job is:
*/15 * * * * /config/sledovanitv/sledovanitv-epg.sh > /config/data/sledovanitv-epg-cron.xml
Expected Behavior
It should run at defined period and run a command - in my case to overwrite
/config/data/sledovanitv-epg-cron.xml
.Steps To Reproduce
root
/etc/crontabs/root
file using commandnano /etc/crontabs/root
*/15 * * * * /config/sledovanitv/sledovanitv-epg.sh > /config/data/sledovanitv-epg-cron.xml
on a new line (the end of the file)Environment
CPU architecture
arm64
Docker creation
Container logs