mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
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.
6 lines
188 B
Plaintext
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
|