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