/default/ntpdate
http://github.com/brinkman83/bashrc · #! · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · 39415ec9778476795fdbb832adc43b9b MD5 · raw file
- # The settings in this file are used by the program ntpdate-debian, but not
- # by the upstream program ntpdate.
- # Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
- # so you only have to keep it in one place.
- NTPDATE_USE_NTP_CONF=yes
- # List of NTP servers to use (Separate multiple servers with spaces.)
- # Not used if NTPDATE_USE_NTP_CONF is yes.
- NTPSERVERS="ntp.ubuntu.com"
- # Additional options to pass to ntpdate
- NTPOPTIONS=""