X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e2fccde243e82951a757683066a80071f67bda2b..a2131407eb794673e66a2289ebda25007b4f561a:/cookbooks/tile/templates/default/cleanup-tiles.cron.erb diff --git a/cookbooks/tile/templates/default/cleanup-tiles.cron.erb b/cookbooks/tile/templates/default/cleanup-tiles.cron.erb index 7c235a99c..86b12ff3f 100644 --- a/cookbooks/tile/templates/default/cleanup-tiles.cron.erb +++ b/cookbooks/tile/templates/default/cleanup-tiles.cron.erb @@ -1,5 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef +MAILTO=admins@openstreetmap.org + <% @directories.each do |directory| -%> 0 1 * * * www-data ionice -c 3 /usr/local/bin/cleanup-tiles <%= directory %> <% end -%>