/default/ntpdate

http://github.com/brinkman83/bashrc · #! · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · 39415ec9778476795fdbb832adc43b9b MD5 · raw file

  1. # The settings in this file are used by the program ntpdate-debian, but not
  2. # by the upstream program ntpdate.
  3. # Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
  4. # so you only have to keep it in one place.
  5. NTPDATE_USE_NTP_CONF=yes
  6. # List of NTP servers to use (Separate multiple servers with spaces.)
  7. # Not used if NTPDATE_USE_NTP_CONF is yes.
  8. NTPSERVERS="ntp.ubuntu.com"
  9. # Additional options to pass to ntpdate
  10. NTPOPTIONS=""