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
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"
]