diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 13:16:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 13:16:23 +0000 |
commit | 1d9fbe66c6f7e5f3517ea61e1e252a6fb94dfbb1 (patch) | |
tree | a38d4c320fe55d5ccb3f573f36f121f10c50f387 /main/tlsdate/tlsdate.confd | |
parent | 69ea0b70bc7a777fd1be47cfb34d8437d62b1efe (diff) | |
download | aports-1d9fbe66c6f7e5f3517ea61e1e252a6fb94dfbb1.tar.bz2 aports-1d9fbe66c6f7e5f3517ea61e1e252a6fb94dfbb1.tar.xz |
main/tlsdate: add init.d scripts
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" |