Added AllianceUpdate cronjob

This commit is contained in:
2010-06-08 12:31:32 +01:00
parent 10faa6ee5d
commit 5e1e4f4512
2 changed files with 17 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ ROOT=/home/matalok/auth/auth
@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
@daily $ROOT/run-cron.py eve_api.cron CorpManagementUpdate > $ROOT/logs/corpman-update.log 2>&1
0 */6 * * * $ROOT/run-cron.py eve_api.cron AllianceUpdate > $ROOT/logs/alliance-update.log 2>&1
@daily $ROOT/run-cron.py eve_proxy.cron ClearStaleCache > $ROOT/logs/cache-clear.log 2>&1