ansible/roles/cgit/clean_lock_cron/files/clean-lock.cron
Mathieu Bridon 7e979e4050 Add a new cgit/clean_lock_cron role
This will be needed to migrate Dist Git from puppet to ansible.
2014-08-26 18:28:26 +00:00

2 lines
94 B
Text

*/15 * * * * root find /var/cache/cgit/ -cmin +60 -name '*.lock' -type f -delete -maxdepth 1