blob: 4acabee227cfc29a643db1e32ff126ecd7be3eb5 (
plain)
1
2
3
4
5
6
7
8
|
# change this to a server closer to your location
#NTP_CLIENT_SERVER="pool.ntp.org"
NTP_CLIENT_SERVER="ntp1.cs.wisc.edu"
# client options
NTP_CLIENT_OPTION="-b -u"
# timeout for the ntp-client
NTPCLIENT_TIMEOUT=10
|