]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/export.cron.erb
tile: clean atime cut-off to 35 days. (28d: 15.8%, 35d: 7.3%, 45d: 0.8% of total...
[chef.git] / cookbooks / tile / templates / default / export.cron.erb
1 #!/bin/sh
2
3 # Removes stale tmp files from the export tab
4 exec find /tmp -name 'export??????' -mmin +60 -delete