chkconfig

chkconfig is used to setup services.

List services:

chkconfig --list

Disable a service:

chkconfig ip6tables off

Completely remove a service:

chkconfig --del ip6tables