Endian Firewall provides a couple of hook directories where you can put your scripts which should run as custom cron job. The cron process will start each script which resides within the respective hook directory.Cron Job ScriptsYour custom cron job scripts will not be altered by Endian Firewall scripts or the upgrade process.The scripts need to be:executable (chmod 700) should exit with errorcode 0 must not contain a dot within the filename must end within a measurable time, otherwise put the process in background or it will delay all other jobs. Cron HooksThe directories beginning with cron will be started at a precisely configured time. The following presets will be provided as hooks:/etc/cron.cyclic/Will start every 5 minutes (i.e: 2:05, 3:10, 3:15)/etc/cron.minutely/Will start every minute...