libreoffice-online/loolwsd/debian/loolwsd.cron.d
Tor Lillqvist 13809cb5f3 Add crontab entry to remove old cached tiles
The same entry as Mihai used in the .spec file.
2015-08-04 17:44:14 +03:00

1 line
83 B
Makefile

0 0 */1 * * root find /var/cache/loolwsd -name "*.png" -a -atime +10 -exec rm {} ;