You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/tlsdate/files/tlsdated.confd

16 lines
469 B

# 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"