Lampwrights Forum > Linux, Apache, MySQL, PHP > Linux

Reply
 
Thread Tools
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

Reply

Tags

linux administration


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



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


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