I am trying to remove a service from startup.
I am using the "chkconfig --del myservice" command.
It is not removing it from the list of services "chkconfig --list"
This is a problem as I have unfortunately created a conflict and need to stop this service from starting up. Stupid me.
Anythoughts would be much appreciated.