# Run the ipac-ng fetch program every 10 minutes
#
#+--------------------- minute [0-59;*/10 means every 10 minutes (0,10,20,30,40,50)]
#|   +----------------- hour [0-23]
#|   | +--------------- day of month [1-31]
#|   | | +------------- month [1-12]
#|   | | | +----------- day of week [0-7; 0 or 7 is Sunday]
#|   | | | |  +-------- user
#|   | | | |  |     +-- command
#|   | | | |  |     |
*/10 * * * * root  test -f /proc/net/ip_tables_names && test -f /etc/ipac-ng/ipac.conf && test -f /usr/sbin/fetchipac && test -d /var/lib/ipac/ && /usr/bin/nice /usr/sbin/fetchipac

