mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
Remove user from crontab [deploy]
This commit is contained in:
parent
1aed8f59cb
commit
125caa7e4e
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
0 3 * * * root /usr/local/bin/php /var/www/html/yii cleanup/oauth-clients >/dev/null 2>&1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user