From: Stefan Schantl Date: Mon, 9 Dec 2019 13:19:53 +0000 (+0100) Subject: crontab: Adjust crontab to hourly launch the update-location-database X-Git-Tag: v2.25-core141~70^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8e7c1c9d07d348e8c3235c83fd889068269c823;p=ipfire-2.x.git crontab: Adjust crontab to hourly launch the update-location-database script. Signed-off-by: Stefan Schantl --- diff --git a/config/cron/crontab b/config/cron/crontab index 56801394ec..519554195b 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -60,7 +60,7 @@ HOME=/ 00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl # Update GeoIP database once a month. -%monthly,random * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1 +%hourly,random * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-location-database >/dev/null 2>&1 # Retry sending spooled mails regularly %hourly * /usr/sbin/dma -q