accounts/docker/cron/cleanup

6 lines
314 B
Plaintext
Raw Normal View History

# https://crontab.guru/every-day
2021-03-08 14:23:21 +05:30
0 0 * * * php /var/www/html/yii cleanup/email-keys >/dev/null 2>&1
0 1 * * * php /var/www/html/yii cleanup/minecraft-sessions >/dev/null 2>&1
0 2 * * * php /var/www/html/yii cleanup/web-sessions >/dev/null 2>&1
0 3 * * * php /var/www/html/yii cleanup/oauth-clients >/dev/null 2>&1