From ab51a02514bc85dbb6246dca5e0aee2cbe5e16b9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 30 Sep 2013 14:31:11 +0200 Subject: [PATCH] debian: add cron.hourly script to cleanu registration hourly, not daily (really) --- debian/cron.hourly | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/cron.hourly diff --git a/debian/cron.hourly b/debian/cron.hourly new file mode 100644 index 0000000..bfbb21b --- /dev/null +++ b/debian/cron.hourly @@ -0,0 +1,3 @@ +#!/bin/sh + +su compte-agglo-montpellier -p -c "/usr/bin/compte-agglo-montpellier cleanupregistration --traceback"