How do I start a Cron job 1 min after @reboot?
I need my script to be executed a minute after each reboot. When I apply @reboot in my crontab it is too early for my script – I want the script to be executed after all other tasks that are routinely run on reboot. How might I run the script sometime after reboot?