X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/22c56e55a0fde97621ef0e8b86b5be2122ae02a2..2678c041db64440f0a15a1178d812140d3b90eb7:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 70085058d..2cb98e111 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -537,6 +537,7 @@ systemd_service "tile-ratelimit" do user "tile" group "adm" exec_start "/usr/local/bin/tile-ratelimit" + nice 10 private_tmp true private_devices true private_network true @@ -585,6 +586,7 @@ systemd_service "expire-tiles" do type "simple" user "_renderd" exec_start "/usr/local/bin/expire-tiles" + nice 10 standard_output "null" private_tmp true private_devices true