mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
# 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"
|