Sunday, June 11, 2006
4:35 AM

Creating symbolic links for bootup scripts

If you want to startup a certain service e.g. vmware in runlevel 4 during system bootup.

cd /etc/rc4.d
ln -s ../init.d/vmware S90vmware

The S (as apposed to K) signifies that you want this script to run and the 90 determines the order of being called in this folder.

0 comments:

Post a Comment