Adding a startup script to your linux system to run at reboot or startup
This is probably what most Linux administrators would say is very easy or one of the simplest things to preform. I manage to have to back and look it up every time so I thought it would be helpful to someone to post it. So here it is in all its glory.
Type in
echo '/path/to/startup/script.sh start' >> /etc/rc.local
If you have better or other ways of accomplishing the same please share.
Popularity: 18% [?]




Leave a Reply