X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f1617464b921bab1b1d09e889936dabf0a3e4b0..7be72c3200b614498967f8afee170cb2b970f313:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 5e236c6bb..c7737bdb8 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -61,7 +61,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "https://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.2.4" + revision "v1.2.6" depth 1 user "root" group "root" @@ -116,9 +116,9 @@ 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 ["/var/log/exim4", "/var/spool/exim4"] end cron_d "planet-dump-mirror" do