core/ntp/ntp-client.conf
Drake Justice f325505c80 add ntp
2010-09-03 21:10:46 +00:00

12 lines
234 B
Plaintext

# 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"