On Fri, 30-Jun-2006 at 14:02:21 -0600, Dylan Griffiths wrote:
> Ok. I have looked at the /etc/sysconfig directories, but I still
> can't figure out how to tell CentOS/RHEL to start some daemons at boot time
> (such as httpd and mysqld). /sbin/service claims to manage these
> things, but I can't tell it I want such things on by default. No man
/sbin/service manages starting and stopping services, and stuff like
that. /sbin/chkconfig manages what services are set to start at boot
time. You do things like:
chkconfig httpd on
chkconfig --list httpd
On the flip side, I've always wondered how one does this on Debian or
Ubuntu, because I don't think they have chkconfig...
Received on Fri Jun 30 14:33:31 2006
This archive was generated by hypermail 2.1.8 : Fri Sep 08 2006 - 23:26:38 CST