X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9f05f7b92219dfe4d7eb49d6f91148690b154cae..dd736ac22722e43e85209568c620308f6a7de362:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 345da7548..95c0a4a69 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -116,9 +116,15 @@ systemd_service "planetdump@" do exec_start "/usr/local/bin/planetdump %i" memory_max "64G" private_tmp true - protect_system "full" + protect_system "strict" protect_home true - read_write_paths "/var/log/exim4" + read_write_paths [ + "/store/planetdump", + "/store/planet/pbf", + "/store/planet/planet", + "/var/log/exim4", + "/var/spool/exim4" + ] end cron_d "planet-dump-mirror" do