mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user