From: Evan Broder Date: Mon, 31 Mar 2008 09:39:39 +0000 (-0400) Subject: Refresh the ACL cache every 5 minutes X-Git-Tag: sipb-xen-www/3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/4f386e548c92adfa2be3c73e8bd8dcd70fe0956d Refresh the ACL cache every 5 minutes svn path=/trunk/packages/sipb-xen-www/; revision=373 --- diff --git a/debian/changelog b/debian/changelog index 8a6ba5e..bc0b23c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3) unstable; urgency=low + + * Refresh the ACL cache every 5 minutes + + -- SIPB Xen Project Mon, 31 Mar 2008 05:38:16 -0400 + sipb-xen-www (2) unstable; urgency=low * Create sipb-xen group in preinst script. diff --git a/debian/sipb-xen-www.cron.d b/debian/sipb-xen-www.cron.d new file mode 100644 index 0000000..e41aeed --- /dev/null +++ b/debian/sipb-xen-www.cron.d @@ -0,0 +1,6 @@ +# +# cron-jobs for sipb-xen-www +# Refresh the ACL cache +# + +*/5 * * * * python /var/www/sipb-xen-www/cache_acls.py