Comment faire fonctionner un script sur le démarrage Linux

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