Hello,
So I have my Slackware 12.2 distro running on my new linode. I am a linux newbie. I want to learn "the hard way"
So far I managed to install as much thing as possible from sources with success. Currently I have an Nginx server + php running as fastcgi.
I would like to launch Nginx automatically at startup. Currently I have basic "rc.d"-friendly scripts that deals with the common start/stop/restart parameters. they are located in /etc/rc.d/ and chmod'ed +x.
I can launch them manually, it is working well.
When I reboot the system, my scripts don't seem to be executed. From what I've seen, putting custom rc.* scripts in /etc/rc.d should be enough to make them automatically executed (provided they are chmod'ed +x). Am I wrong ?
The current solution I found is to manually add lines in /etc/rc.d/rc.local. What do you think ? What is the best solution for launching programs at startup on Slackware ? (I searched the net but couldn't find a clear explanation)
Thank you