@reboot /bin/sleep 60 ; root /root/check
SHELL=/bin/sh
@reboot root /bin/sleep 60; /root/check
@reboot sleep 60; /root/check
(sleep 60 && command) &
to not suspend booting up3g:
!bg /foo/gps_start
REQUIRE:
functionality in rcorder(8) / rc(8). Even if 60s would normally be quite safe, it's not unusual for something to stall the boot sequence, which could cause that method to fail; but if you arrange for a new script to fire after the appropriate service, it will always work even after a long stall.