Abhishek Singh Bailoo

Weblog

Oct 1

Start Process at Linux Boot

How to start a new process at Linux Boot automatically ?

All commands in /etc/rc.d/rc.local are executed AFTER the init scripts, so adding your shell process to this script is a quick method.

The formal alternative is to put appropriate start/stop scripts in /etc/init.d and then make symbolic links in /etc/rc.d/init.d