X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/537037d57a597aee1cbddb7699c17a71fc20d4c1..8f368b10a8cd0e097632874f720c49ce8eacea3a:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 41051bba0..44791c288 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -31,7 +31,7 @@ end python_package "tilelog" do python_virtualenv tilelog_directory python_version "3" - version "1.1.0" + version "1.4.1" end directory tilelog_output_directory do @@ -54,10 +54,8 @@ systemd_service "tilelog" do description "Tile log analysis" user "www-data" exec_start "/usr/local/bin/tilelog" - private_tmp true - private_devices true - protect_system "strict" - protect_home true + nice 10 + sandbox :enable_network => true read_write_paths tilelog_output_directory end