tlsdated.confd 469 B

12345678910111213141516
  1. # config file for /etc/init.d/tlsdated
  2. # Command to execute to set the time.
  3. # This are some common tlsdate options:
  4. # -l: leap (set time regardless of difference)
  5. # -H: hostname to sync with
  6. # -x: proxy URL
  7. TLSDATED_CMD="/usr/bin/tlsdate -l -H www.google.com"
  8. # Additional options; see `man tlsdated` for reference.
  9. TLSDATED_OPTS=""
  10. # Cache dir. Probably don't need to change this.
  11. # It matches the compiled-in default.
  12. TLSDATED_CACHE_DIR="/var/cache/tlsdated"