mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 11:05:57 +02:00
Fixed installation instructions for crontab
This commit is contained in:
parent
977b0f9cd4
commit
5cddfdfaaf
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ Please send the exported `publickey.asc` to your RDE provider, and also place th
|
||||||
Once you have successfully configured all automation scripts, you are ready to initiate the automation system. Please review ```/opt/registry/automation/cron.php``` and enable all services if you are running a gTLD. Then proceed by adding the following cron job to the system crontab using ```crontab -e```:
|
Once you have successfully configured all automation scripts, you are ready to initiate the automation system. Please review ```/opt/registry/automation/cron.php``` and enable all services if you are running a gTLD. Then proceed by adding the following cron job to the system crontab using ```crontab -e```:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
* * * * * /usr/bin/php8.2 /opt/registry/automation/cron.php 1>> /dev/null 2>&1
|
* * * * * /usr/bin/php /opt/registry/automation/cron.php 1>> /dev/null 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
## 13. Setup DAS:
|
## 13. Setup DAS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue