mirror of
https://github.com/elyby/accounts.git
synced 2024-11-18 03:03:03 +05:30
5 lines
304 B
Plaintext
5 lines
304 B
Plaintext
# https://crontab.guru/every-day
|
|
0 0 * * * root /usr/local/bin/php /var/www/html/yii cleanup/email-keys >/dev/null 2>&1
|
|
0 1 * * * root /usr/local/bin/php /var/www/html/yii cleanup/minecraft-sessions >/dev/null 2>&1
|
|
0 2 * * * root /usr/local/bin/php /var/www/html/yii cleanup/web-sessions >/dev/null 2>&1
|