diff options
Diffstat (limited to 'main/tlsdate/tlsdate.confd')
-rw-r--r-- | main/tlsdate/tlsdate.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/tlsdate/tlsdate.confd b/main/tlsdate/tlsdate.confd new file mode 100644 index 0000000000..2d7ed030de --- /dev/null +++ b/main/tlsdate/tlsdate.confd @@ -0,0 +1,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" |