mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Added TMCH cron and database patches
This commit is contained in:
parent
f9ae818a4d
commit
b4ccc2b0e8
5 changed files with 192 additions and 30 deletions
|
@ -27,8 +27,8 @@
|
|||
# run auto-clean-unused-contact-and-host.php every day
|
||||
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/auto-clean-unused-contact-and-host.php
|
||||
|
||||
# run tmch.php every day
|
||||
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/tmch.php
|
||||
# run tmch.php twice a day
|
||||
0 0,12 * * * root /usr/bin/php8.2 /opt/registry/automation/tmch.php
|
||||
|
||||
# run escrow.php every day
|
||||
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/escrow.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue