mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
2 lines
156 B
D
2 lines
156 B
D
# 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
|