Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   Linux (http://www.lampwrights.com/forumdisplay.php?f=1)
-   -   Enabling/disabling services to start on boot (http://www.lampwrights.com/showthread.php?t=5)

Jeff 07-18-2010 08:37 PM

Enabling/disabling services to start on boot
 
There are a few ways to enable a program to start on bootup but if it already has init scripts installed then on many Redhat based Linux systems it is as simple as:

Code:

chkconfig <servicename> on
i.e:

Code:

chkconfig mysqld on
Setting them to off will disable them on bootup.


All times are GMT -4. The time now is 08:04 AM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.