From 0833791dee7b20b17e1432e2a4421076260a3ef9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 16 Sep 2013 13:57:22 +0100 Subject: [PATCH] Make sure tile cleanup issues are reported properly --- cookbooks/tile/templates/default/cleanup-tiles.cron.erb | 2 ++ 1 file changed, 2 insertions(+) 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 -%> -- 2.43.2