mirror of
https://github.com/go-acme/lego.git
synced 2024-11-28 09:33:13 +02:00
doc: fix cron schedule in example (#1803)
This commit is contained in:
parent
e982d5a77f
commit
1cad41db65
@ -83,7 +83,7 @@ You can help further, by adjusting your crontab entry, like so:
|
|||||||
#0 0 * * * /usr/bin/lego ... renew
|
#0 0 * * * /usr/bin/lego ... renew
|
||||||
|
|
||||||
# instead, use a randomly chosen time:
|
# 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`:
|
If you use systemd timers, consider doing something similar, and/or introduce a `RandomizedDelaySec`:
|
||||||
|
Loading…
Reference in New Issue
Block a user