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