Skip to content

Instantly share code, notes, and snippets.

@eksiscloud
Created May 23, 2020 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eksiscloud/63785fd1381fbade3710b8810e589ee8 to your computer and use it in GitHub Desktop.
Save eksiscloud/63785fd1381fbade3710b8810e589ee8 to your computer and use it in GitHub Desktop.
/etc/cron.d/geoipupdate
# Regular cron job for the geoipupdate package, used to update GeoIP databases
#
# According to MaxMind: "The GeoIP2 and GeoIP Legacy Country and City databases
# are updated every Tuesday. The GeoIP2 ISP, GeoIP Legacy ISP and Organization
# databases are updated every one to two weeks. All other databases are updated
# on the first Tuesday of each month."
# m h dom mon dow user command
47 6 * * 3 root test -x /usr/bin/geoipupdate && /usr/bin/geoipupdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment