Jak sprawić, by skrypt działał na boot Linux

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