From: Stefan Schantl Date: Tue, 31 Mar 2015 16:56:32 +0000 (+0200) Subject: crontab: Call xt_geoip_update random once a month. X-Git-Tag: v2.17-core91~128^2~6^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64d886f53f0dcd5c6284b56b4965ad19eaf4d80a;p=people%2Fstevee%2Fipfire-2.x.git crontab: Call xt_geoip_update random once a month. --- diff --git a/config/cron/crontab b/config/cron/crontab index 54e9b5fee2..3353092f65 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -59,4 +59,4 @@ HOME=/ 00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl # Update GeoIP database once a month. -3 2 1 * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1 +%monthly,random * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1