ldapsaisie/debian/ldapsaisie.cron.d
2017-06-15 10:08:37 +02:00

3 lines
154 B
D

# 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