X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0448b4742dafcd3cde4869d39b603f6f612c8fa7..4a8dfbb37eb52d92e42b71635aca4b0656ef2dbc:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index fdc9c7c46..d56575011 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -115,11 +115,14 @@ systemd_service "planetdump@" do user "www-data" exec_start "/usr/local/bin/planetdump %i" memory_max "64G" - private_tmp true - private_devices true - protect_system "full" - protect_home true - read_write_paths "/var/log/exim4" + sandbox true + read_write_paths [ + "/store/planetdump", + "/store/planet/pbf", + "/store/planet/planet", + "/var/log/exim4", + "/var/spool/exim4" + ] end cron_d "planet-dump-mirror" do