crontab: Call xt_geoip_update random once a month.

This commit is contained in:
Stefan Schantl
2015-03-31 18:56:32 +02:00
parent 85abe3323a
commit 64d886f53f

View File

@@ -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