X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1b6dad50863eb6406a7696a73b6e404b9275c372..80f80217d53cb28acacdb9dcae525d8bffbc89e9:/cookbooks/planet/recipes/notes.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/notes.rb b/cookbooks/planet/recipes/notes.rb index f3c91a3e0..e63297081 100644 --- a/cookbooks/planet/recipes/notes.rb +++ b/cookbooks/planet/recipes/notes.rb @@ -57,7 +57,9 @@ systemd_service "planet-notes-dump" do exec_start "/usr/local/bin/planet-notes-dump" user "planet" sandbox :enable_network => true - read_write_paths ["/store/planet/notes", "/home/planet/.aws"] + protect_home "tmpfs" + bind_paths "/home/planet" + read_write_paths "/store/planet/notes" end systemd_timer "planet-notes-dump" do