crontab execute et boot

Shell
sudo crontab -e # if your command requires root permission
crontab -e # if you don't need root permission
# write in the crontab
@reboot here place your command
# save file
Source

Also in Shell: