Three Methods to Set Services to Start Automatically in Linux

Three Methods to Set Services to Start Automatically in Linux

(Click the blue text above to quickly follow us) Source: Nerxious Link: http://www.cnblogs.com/nerxious/archive/2013/01/18/2866548.html Sometimes we need the Linux system to automatically load certain scripts or system services at boot time. This can be done mainly in three ways: ln -s Create a symbolic link to /etc/init.d/service in the /etc/rc.d/rc*.d directory (* represents one of the … Read more