Disable APF

I have a problem with our new servers.
As we are running ASL and ASL-firewall, we don’t really need APF. But everytime I stop the process, it starts up again.
I have checked the psmon.conf file, and it’s not listed there. So there need to be something else reactivating it.
Start on boot is set to off.

  1. Stop the firewall
    apf -f

  2. Look in your cron folders for something that might be starting it up:
    /etc/cron.d/ /etc/cron.daily/ etc…

  3. chkconfig --del apf should make it so it doesn’t start automatically