Cron Linux Script on Boot

crontab -e
@reboot  /home/user/test.sh
Misty Meerkat