starting httpd/ mysql automatically

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
Airwolf
Posts: 44
Joined: Thu Jul 14, 2005 7:47 am
Location: UK

starting httpd/ mysql automatically

Post by Airwolf »

My system locking up using the liveCD was unworkable so i decided to take the plunge and try another install using FC3.

In the course of the day i installed FC3, got my wireless LAN card (d-link DWL-520+) working after compiling the module (all very 'interesting') into the kernel, sorted out YUM and used this method to get ZM installed and working :-)

I have one last, and probably very simple problem to solve.

q. what is the best way to auto start httpd and mysqld?

now i have to su to root and type service httpd start, service mysql start

many thanks
User avatar
rdmelin
Posts: 863
Joined: Wed Oct 29, 2003 2:23 pm
Location: Ellensburg, WA USA

Post by rdmelin »

As root:
"chkconfig mysql on "
"chkconfig httpd on"
User avatar
Airwolf
Posts: 44
Joined: Thu Jul 14, 2005 7:47 am
Location: UK

Post by Airwolf »

thanks - up and running

now i need to get to grips with defining the zones
Locked