Moved service enable/disable functions to the update_access() function on the user profile

This will remove the need for the cronjob, but not totally, best still to run the cronjob to catch situations where the permission changes can be missed.
This commit is contained in:
2010-03-24 14:52:08 +00:00
parent 337036247e
commit 07450ca5dd
4 changed files with 41 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
ROOT=$HOME/auth/auth/
*/5 * * * * $ROOT/run-cron.py reddit.cron UpdateAPIs
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs
@daily $ROOT/run-cron.py eve_api.cron UpdateAPIs
@hourly $ROOT/run-cron.py sso.cron RemoveInvalidUsers
*/10 * * * * $ROOT/run-cron.py sso.cron RemoveInvalidUsers