X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eb2f07271931a87b9ba1104b0eec6240e7bf300b..f1a403d3877c4cb3abd8e789cd73fdc61602423a:/cookbooks/planet/recipes/replication.rb diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 0a25ad959..e0a3bcc7e 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -207,8 +207,9 @@ systemd_service "replication-changesets" do user "planet" exec_start "/usr/local/bin/replicate-changesets /etc/replication/changesets.conf" sandbox :enable_network => true + protect_home "tmpfs" + bind_paths "/home/planet" read_write_paths [ - "/home/planet/.aws", "/run/replication", "/store/planet/replication/changesets" ]