]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geoipupdate/recipes/default.rb
nominatim: install secondary importance file
[chef.git] / cookbooks / geoipupdate / recipes / default.rb
index 417d3201353a7a9ace9240812fcfcf6a1714c1c2..17fcc0850df25501496635a42046430b85a8711f 100644 (file)
@@ -42,10 +42,7 @@ systemd_service "geoipupdate" do
   description "Update GeoIP databases"
   user "root"
   exec_start "/usr/bin/geoipupdate"
-  private_tmp true
-  private_devices true
-  protect_system "strict"
-  protect_home true
+  sandbox :enable_network => true
   read_write_paths node[:geoipupdate][:directory]
 end