mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 22:43:02 +01:00
3 lines
154 B
D
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
|