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