X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c0fc233e4d310ddf4593838f21e2eee39c34d871..3ee5c4d242a98a13d89a02ba7998610a20969e0c:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index fe9e01849..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.2.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