Added LORDN generation cron

This commit is contained in:
Pinga 2023-12-20 13:16:13 +02:00
parent 49d7822d1a
commit e56fa9d034
3 changed files with 161 additions and 0 deletions

View file

@ -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