mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
234 B
Text
12 lines
234 B
Text
|
# 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"
|