How to add a script to Linux start via terminal

Q: How to add a script to Linux start via terminal?
A:
crontab -e
@reboot /path/to/script

src: https://askubuntu.com/questions/814/how-to-run-scripts-on-start-up

Did this solve your issue?