mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
ROOT=/home/matalok/auth/auth
|
|
|
|
@daily $ROOT/run-cron.py reddit.cron UpdateAPIs
|
|
*/10 * * * * $ROOT/run-cron.py reddit.cron ProcessValidations
|
|
@hourly $ROOT/run-cron.py eve_api.cron UpdateAPIs
|
|
@hourly * * * * $ROOT/run-cron.py sso.cron RemoveInvalidUsers > $ROOT/auth-update.log 2>&1
|