X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0cd33f1c86cc574bc644d443a80f3bf77631c568..d4571d5bf7d5c6335b2b37a448ae10dc13d4247b:/cookbooks/geoipupdate/recipes/default.rb diff --git a/cookbooks/geoipupdate/recipes/default.rb b/cookbooks/geoipupdate/recipes/default.rb index 6d8e5b6e5..2b2c23632 100644 --- a/cookbooks/geoipupdate/recipes/default.rb +++ b/cookbooks/geoipupdate/recipes/default.rb @@ -46,7 +46,7 @@ systemd_service "geoipupdate" do private_devices true protect_system "strict" protect_home true - read_write_paths "/usr/share/GeoIP" + read_write_paths %w[/usr/share/GeoIP /var/lib/GeoIP] end systemd_timer "geoipupdate" do