Cómo hacer que un script se ejecute en Boot Linux

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