diff --git a/debian/ldapsaisie.cron.d b/debian/ldapsaisie.cron.d new file mode 100644 index 00000000..594a07d3 --- /dev/null +++ b/debian/ldapsaisie.cron.d @@ -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