summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ntp/ntp-client.conf
blob: a0463b7483c5840032b3b857370218a43389eaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# change this to a server closer to your location
NTP_CLIENT_SERVER="pool.ntp.org"

# client options
NTP_CLIENT_OPTION="-b -u"

# timeout for the ntp-client
NTPCLIENT_TIMEOUT=10

# arguments passed to ntpd when started
NTPD_ARGS="-g"