Add cron file to purge old temporary files

This commit is contained in:
Benjamin Renard 2017-06-15 10:08:37 +02:00
parent f4ec78b340
commit 4d8cda4e92

2
debian/ldapsaisie.cron.d vendored Normal file
View file

@ -0,0 +1,2 @@
# Purge old temporary files (if not remove by LdapSaisie on logout)
10 1 * * * www-data find /var/tmp/ldapsaisie/ -type f -name '*.tmp' -mtime +2 -delete