I'm using Easy Buster64 and have been running some tests with cron, using a text editor on root's crontab file /var/local/cron/crontabs/root and making very simple crontab entries (like echoing a string to a file, or running a script file) just to see if they run correctly and on-time. So far so good, and I'm pleased with how easy it is to do.
One problem however. During my simple tests, just one time, the crond job mysteriously stopped running (disappeared from the ps listing, and scheduled jobs no longer ran at all), and for no apparent reason. I manually restarted crond (typed in a shell "busybox crond -c /var/local/cron/crontabs") and everything worked great again, and has continued to work fine and the job hasn't disappeared again.
This is unsettling to me, though, as I plan to use cron for important jobs on remotely-located EasyOS machines I won't have easy access to. If it happened once, it stands to reason it could happen again, then jobs wouldn't run and I'd have no easy way to restart the crond process.
Any idea why this happened? I took no action to kill the process at all and I did nothing unusual, I was just adding crontab entries and monitoring results.
Thanks guys!