From 0033f84112932846f9ec23fa73bd0b8c8542812c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 5 May 2014 09:37:31 +0100 Subject: [PATCH] tlsdate log --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 33ecb323..0db5ca43 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -925,7 +925,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 -v -V -l -t -H www.ptb.de -p 443 +*/15 * * * * root /usr/bin/timeout 20 tlsdate -v -V -l -t -H www.ptb.de -p 443 >> /var/log/tlsdate.log #+END_SRC Save and exit.