mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Add cron file to purge old temporary files
This commit is contained in:
parent
f4ec78b340
commit
4d8cda4e92
1 changed files with 2 additions and 0 deletions
2
debian/ldapsaisie.cron.d
vendored
Normal file
2
debian/ldapsaisie.cron.d
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue