X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/111155132a3e59d63cd3f8c0e1bbf71905c06051..6da8c71cb11f27690cb9a3a6cbbbec813e2a3ba2:/cookbooks/gps-tile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index bc4e4c637..d71d04ade 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -94,12 +94,8 @@ systemd_service "gps-update" do working_directory "/srv/gps-tile.openstreetmap.org" exec_start "/srv/gps-tile.openstreetmap.org/updater/update" nice 10 - private_tmp true - private_devices true - protect_system "strict" - protect_home true - read_write_directories "/srv/gps-tile.openstreetmap.org" - no_new_privileges true + sandbox :enable_network => true + read_write_paths "/srv/gps-tile.openstreetmap.org" restart "on-failure" end