1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-13 07:33:07 +01:00
ldapsaisie/debian/ldapsaisie.cron.d

3 lines
156 B
D
Raw Normal View History

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