Hello,
Have a look at the manpage for the chkconfig command:
more in particular:
Code:
chkconfig <servicename> off
will disable the service in all runlevels but still will leave them available for later if you might need them.
Code:
service <servicename> stop
will just stop the service.
Kind regards,
Eric