README.md: fix autoport-launcher cron entry
This commit is contained in:
parent
0c040deca5
commit
cb76fd795a
@ -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.
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user