[plug] cron job advice

Gregory Orange home at oranges.id.au
Tue Jun 14 19:45:07 AWST 2022


On 14/6/22 19:33, leighton at clucas.eu wrote:
> 1. I want to set up a cron job that runs 5 minutes after boot to run a
> script from github. It needs to happen say 5 minutes after boot to
> ensure that an internet connection has been established. I can use
> @reboot but that would occur immediately on boot when there would be no
> internet.

Hack job:

@reboot	sleep 300; ~/bin/do-thing.sh



More information about the plug mailing list