ntpd.etc.default 157 B

123456789
  1. # NTP Servers to use for ntpdate
  2. NTPSERVERS="pool.ntp.org"
  3. # Get initial time via ntpdate?
  4. NTPDATE=no
  5. NTPDATE_OPTS="-t 5"
  6. # Start the ntp daemon?
  7. NTPD=yes