I am mounting a filesystem with guestfish. It is a Cent6 machine. I want to be sure that it is not going to start http on boot. I can't chmod -x /etc/rc.d/init.d/http, so I've opted to:
mv /etc/rc.d/init.d/http /tmp/.
As this is a mounted filesystem in guestfish, I can't issue a chkconfig off on this service. Is the above adequate in ensuring the program won't start on boot?