Как запустить скрипт в Linux при запуске

crontab -e	// To make a crontab file
@reboot *your shell command here*	// to run at startup
Flyhouse_Squarewheel