]> git.openstreetmap.org Git - chef.git/blob - cookbooks/db/templates/default/cron.erb
ec1d2e00254499e3a4fc4c4fe0dc43052458674f
[chef.git] / cookbooks / db / templates / default / cron.erb
1 #!/bin/sh
2
3 # Cleanup archive directory
4 find /store/postgresql/system/archive -mtime +10 -print0 | xargs -0r rm