Added job to update the service groups on a daily basis

This commit is contained in:
2010-09-21 10:57:27 +01:00
parent 18a3f8751f
commit 33c526801a
2 changed files with 28 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ ROOT=/home/matalok/auth/auth
@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
@daily $ROOT/run-cron.py sso.cron UpdateServicegroups > $ROOT/logs/servicegroup-update.log 2>&1