mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 08:41:50 +02:00
Added LORDN generation cron
This commit is contained in:
parent
49d7822d1a
commit
e56fa9d034
3 changed files with 161 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
# run abusereport.php every day
|
||||
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/abusereport.php
|
||||
|
||||
# run lordn.php every day
|
||||
10 0 * * * root /usr/bin/php8.2 /opt/registry/automation/lordn.php
|
||||
|
||||
# run send-invoice.php every 1st day
|
||||
1 0 1 * * root /usr/bin/php8.2 /opt/registry/automation/send-invoice.php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue