projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make sure tile cleanup issues are reported properly
[chef.git]
/
cookbooks
/
tile
/
templates
/
default
/
cleanup-tiles.cron.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
MAILTO=admins@openstreetmap.org
4
5
<% @directories.each do |directory| -%>
6
0 1 * * * www-data ionice -c 3 /usr/local/bin/cleanup-tiles <%= directory %>
7
<% end -%>