NickTheGreek 160 Report post Posted December 29, 2017 nice ideas @reboot sleep 60 && my_script.sh or @reboot echo /root/bin/do_the_stuff | at now + 2 minutes # at assigns it an execution time truncated to whole minutes, # so this means it will execute in 1--2 minutes. https://unix.stackexchange.com/questions/57852/crontab-job-start-1-min-after-reboot Quote Share this post Link to post Share on other sites
NickTheGreek 160 Report post Posted December 29, 2017 @reboot sleep 600; find ${HOME}/my_app/check_conn.rb https://askubuntu.com/questions/490881/run-the-script-file-after-5-or-10-min-after-restarting-the-system Quote Share this post Link to post Share on other sites