From 1571defc638fab6e68cd95c77f96fe94ce00d1bc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 Jun 2014 19:00:46 +0100 Subject: [PATCH] Set tlsdate timeout to 3 seconds --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 757e5f94..6ac87eba 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -1007,7 +1007,7 @@ editor /etc/crontab Add the following near the top of the list of tasks. #+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 Save and exit.