Como fazer um script executar no Boot Linux

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