Skip to content

Commit

Permalink
docs: make host cron every 6 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 10, 2024
1 parent 6222225 commit 2e5775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e5775b

Please sign in to comment.