From 834b933ca5f9e3c969f7891cb0588b752cbe24e5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 15 Jan 2020 17:14:57 +0000 Subject: [PATCH] Revert "crontab: Adjust crontab to hourly launch the update-location-database" This reverts commit f8e7c1c9d07d348e8c3235c83fd889068269c823. --- config/cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cron/crontab b/config/cron/crontab index 519554195b..56801394ec 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. -%hourly,random * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-location-database >/dev/null 2>&1 +%monthly,random * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1 # Retry sending spooled mails regularly %hourly * /usr/sbin/dma -q -- 2.39.5