Files
test-auth/cronjobs.txt
Andrew Williams 07450ca5dd 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.
2010-03-24 14:52:08 +00:00

6 lines
188 B
Plaintext

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