07-18-2010, 08:37 PM | #1 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
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 Code:
chkconfig mysqld on |
Reply With Quote |
Reply |
Tags |
linux administration |
|
|