@e-zero You could use a crontab job to run the script / command at reboot (under root user type "crontab -e" to edit crontab):
@reboot sleep 60 && /path/to/script.sh