17 lines
591 B
Plaintext
17 lines
591 B
Plaintext
# 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/ntpsec/ntp.conf, 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="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
|
|
|
|
# Additional options to pass to ntpdate
|
|
NTPOPTIONS=""
|
|
|
|
# Set to "yes" to ignore DHCP servers returned by DHCP.
|
|
IGNORE_DHCP=""
|