accounts/docker/cron/cleanup

5 lines
239 B
Plaintext

# https://crontab.guru/every-day
0 0 * * * php /var/www/html/yii cleanup/email-keys >/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