View Single Post
07-18-2010, 08:37 PM   #1
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
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.
Jeff is offline   Reply With Quote