|
Revision 20, 473 bytes
(checked in by bkuhn, 1 year ago)
|
- Added /etc/default/ntpdate
|
| Line | |
|---|
| 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=yes |
|---|
| 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="ntp.sflc.info ntp.ubuntu.com" |
|---|
| 11 |
|
|---|
| 12 |
# Additional options to pass to ntpdate |
|---|
| 13 |
NTPOPTIONS="-u" |
|---|