blob: d257289cc58ddc52b29c597bb38ffacc6b498d0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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"
|