doc: fix cron schedule in example (#1803)

This commit is contained in:
Sergey Kutovoy 2023-01-07 22:04:35 +05:00 committed by GitHub
parent e982d5a77f
commit 1cad41db65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ You can help further, by adjusting your crontab entry, like so:
#0 0 * * * /usr/bin/lego ... renew
# instead, use a randomly chosen time:
3 35 * * * /usr/bin/lego ... renew
35 3 * * * /usr/bin/lego ... renew
```
If you use systemd timers, consider doing something similar, and/or introduce a `RandomizedDelaySec`: