debian: add cleanup of registration models

If a registration object expires, delete it.
This commit is contained in:
Benjamin Dauvergne 2013-09-16 14:38:51 +02:00
parent 7fa8ffd544
commit 4c35abd4cd
1 changed files with 1 additions and 0 deletions

1
debian/cron.daily vendored
View File

@ -1,3 +1,4 @@
#!/bin/sh
su compte-agglo-montpellier -p -c "/usr/bin/compte-agglo-montpellier cleanup --traceback"
su compte-agglo-montpellier -p -c "/usr/bin/compte-agglo-montpellier cleanupregistration --traceback"