I just typed into google cron 10 minutes after boot and found heaps of examples.
@reboot /bin/sleep 600 ; /path/to/your/your_program This will suspend execution of the shell for 600 seconds, and then run /path/to/your/your_program. Depending on your SHELL used for cron commands, the command syntax might be different. On Saturday, 14 March 2020 12:34:14 UTC+11, Bill Arthur wrote: > > I'm trying to find a way to execute a function 15 minutes after the RasPi > boots up. > > I've managed to move Weather34 to a ramdisk, so none of the directories or > files exist until the first loop. In order for Weather34 to work I need > to chown the jsondata directory just after it has been created. > > I'm not expereinced at setting up chron jobs and I can't find online info > on how to create a one time event that occurs 15 minutes after boot up. > > Can someone point me in the right direction? > > Thanks !! > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1e6c5bf1-aef8-4549-a903-67c1a925aeee%40googlegroups.com.
