Преглед изворни кода

Set tlsdate timeout to 3 seconds

Bob Mottram пре 11 година
родитељ
комит
1571defc63
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Прегледај датотеку

@@ -1007,7 +1007,7 @@ editor /etc/crontab
1007 1007
 Add the following near the top of the list of tasks.
1008 1008
 
1009 1009
 #+BEGIN_SRC: bash
1010
-*/15           * *   *   *   root /usr/bin/timeout 20 tlsdate -l -t -H www.ptb.de -p 443 >> /var/log/tlsdate.log
1010
+*/15           * *   *   *   root /usr/bin/timeout 3 tlsdate -l -t -H www.ptb.de -p 443
1011 1011
 #+END_SRC
1012 1012
 
1013 1013
 Save and exit.