From cb76fd795af97936c5e2ecfffc499544f5a072da Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 19 Apr 2024 16:19:02 +0200 Subject: [PATCH] README.md: fix autoport-launcher cron entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6f087..f8d0a1b 100644 --- a/README.md +++ b/README.md @@ -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: