/etc/cron.daily/apf-firewall is in apf-firewall 9.7+rev1-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #! /bin/sh
. /etc/default/apf-firewall
if [ "x$RUN" != "xyes" ] ; then
exit 0
fi
/usr/sbin/apf -f >> /dev/null 2>&1
/usr/sbin/apf -s >> /dev/null 2>&1
|