From 2e5775bc15e509683cec8a7d9ce35fa13d788c1f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 10 May 2024 10:40:13 -0700 Subject: [PATCH] docs: make host cron every 6 minutes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 887c514..5bc985e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The master node starts first and renders the templates. After this, the master r A cron job is required on the host for some tasks. Make sure the cron user is present in the `docker` group. ```cron -*/5 * * * * /bin/bash /home/ndnops/testbed/scripts/cron-host.sh +*/6 * * * * /bin/bash /home/ndnops/testbed/scripts/cron-host.sh ``` ## Certificate Management