Set tlsdate timeout to 3 seconds
This commit is contained in:
parent
2276f78795
commit
1571defc63
|
@ -1007,7 +1007,7 @@ editor /etc/crontab
|
||||||
Add the following near the top of the list of tasks.
|
Add the following near the top of the list of tasks.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
*/15 * * * * root /usr/bin/timeout 20 tlsdate -l -t -H www.ptb.de -p 443 >> /var/log/tlsdate.log
|
*/15 * * * * root /usr/bin/timeout 3 tlsdate -l -t -H www.ptb.de -p 443
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Save and exit.
|
Save and exit.
|
||||||
|
|
Loading…
Reference in New Issue