From bb8030e28d11f99151abef5635b148e6c187658c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 26 Jul 2017 15:56:50 +0200 Subject: [PATCH] debian: add cron job to clear sessions (#17809) --- debian/cron.hourly | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/cron.hourly b/debian/cron.hourly index 9764037..2fcce21 100644 --- a/debian/cron.hourly +++ b/debian/cron.hourly @@ -1,4 +1,5 @@ #!/bin/sh +su combo -s /bin/sh -c "/usr/bin/combo-manage tenant_command clearsessions --all-tenants" su combo -s /bin/sh -c "/usr/bin/combo-manage tenant_command update_transactions --all-tenants" su combo -s /bin/sh -c "/usr/bin/combo-manage tenant_command update_momo_manifest --all-tenants -v0" su combo -s /bin/sh -c "/usr/bin/combo-manage tenant_command update_index --remove --all-tenants -v0" -- 2.13.3