debian: add cron job to clear sessions (#17809)

This commit is contained in:
Frédéric Péters 2017-07-26 15:56:50 +02:00
parent c6cf29c988
commit df7d1de7fc
1 changed files with 1 additions and 0 deletions

1
debian/cron.hourly vendored
View File

@ -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"