loolwsd/debian/loolwsd.cron.d |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f00462dc9520b8ecb7103127e57389bcf1962757
Author: Tor Lillqvist <t...@collabora.com>
Date:   Tue Aug 4 17:44:14 2015 +0300

    Add crontab entry to remove old cached tiles
    
    The same entry as Mihai used in the .spec file.

diff --git a/loolwsd/debian/loolwsd.cron.d b/loolwsd/debian/loolwsd.cron.d
new file mode 100644
index 0000000..6e8d16b
--- /dev/null
+++ b/loolwsd/debian/loolwsd.cron.d
@@ -0,0 +1 @@
+0 0 */1 * * root find /var/cache/loolwsd -name "*.png" -a -atime +10 -exec rm 
{} ;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to