blob: 2d7ed030de33b0376d6be182fd527c3cd25b2b9b (
plain)
1
2
3
4
5
6
7
8
|
# config file for /etc/init.d/tlsdate
# 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
TLSDATE_OPTS="-l -H www.google.com"
|