How To … Rotating Header Image

Run scripts at startup

To run scripts or programs at startup on a linux/unix machine.

create a sh script in /etc/init.d
create a link on rc3.d or rc5.d pointing to the previous created script

Leave a Reply