浏览代码

Set tlsdate timeout to 3 seconds

Bob Mottram 11 年前
父节点
当前提交
1571defc63
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

1007
 Add the following near the top of the list of tasks.
1007
 Add the following near the top of the list of tasks.
1008
 
1008
 
1009
 #+BEGIN_SRC: bash
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
 #+END_SRC
1011
 #+END_SRC
1012
 
1012
 
1013
 Save and exit.
1013
 Save and exit.