LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Removing Startup Scripts (https://www.linuxquestions.org/questions/linux-newbie-8/removing-startup-scripts-521720/)

tekmann33 01-22-2007 10:14 AM

Removing Startup Scripts
 
I am running a Fedora Core 6 machine and I would like to stop mysql from running upon startup.

I can see the mysql executable in the /etc/init.d directory.

Is it as simple as removing it from this directory?

rm /etc/init.d/mysql

colucix 01-22-2007 10:34 AM

You can remove the link in the /etc/rc5.d/ directory, so if you want to restore mysql at startup you have to re-create the only the link. Better to use the System -> Administration -> Services utility and uncheck the little square before the mysql entry in the menu on the left.


All times are GMT -5. The time now is 03:30 PM.