Raising this old thread from the dead.   After looking at this, there are a few options for managing Cron jobs:   1.  Manually using crontab.  Not really recommended given other better options.   2. Manually add in scripts into /etc/cron.hourly, /etc/cron.daily, /etc/cron.weekly or /etc/cron.monthly.  Not recommended, this is not easier than other options.   3. Put cron scripts into /boot/config somethere (e.g. /boot/config/plugins/custom_cron/). These scripts are all automatically load
    • Thanks
    • Like
    2