Added registration expiries to the cronjobs

This commit is contained in:
2010-04-08 10:04:26 +01:00
parent 975b20b5d4
commit 1fdfbb72a2

View File

@@ -4,3 +4,4 @@ ROOT=/home/matalok/auth/auth
*/10 * * * * $ROOT/run-cron.py reddit.cron ProcessValidations > $ROOT/logs/reddit-validations.log 2>&1
*/5 * * * * $ROOT/run-cron.py eve_api.cron UpdateAPIs > $ROOT/logs/eveapi-update.log 2>&1
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/logs/auth-update.log 2>&1
@daily $ROOT/run-cron.py registration.cron RemoveExpiredProfiles > /dev/null 2>&1