README.md: fix autoport-launcher cron entry

This commit is contained in:
Silvan Calarco 2024-04-19 16:19:02 +02:00
parent 0c040deca5
commit cb76fd795a

View File

@ -75,7 +75,7 @@ The command to run autoport batch process for configuration with index `0` is:
Maintainer wants to add autoport as a cron job. Maintainer wants to add autoport as a cron job.
To do this you may set the cron job on the docker **host** by running `crontab -e` and adding the line: To do this you may set the cron job on the docker **host** by running `crontab -e` and adding the line:
`0 * * * * docker exec -it buildvm /usr/bin/autoport-launcher 0` `0 * * * * docker exec buildvm /usr/bin/autoport-launcher 0 2>&1 | logger -t autoport0`
You may see a resume of port processes by opening the page: You may see a resume of port processes by opening the page: