[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - loolwsd/debian

Tor Lillqvist tml at collabora.com
Tue Aug 4 07:47:28 PDT 2015


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

New commits:
commit f00462dc9520b8ecb7103127e57389bcf1962757
Author: Tor Lillqvist <tml at 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 {} ;


More information about the Libreoffice-commits mailing list