diff options
Diffstat (limited to 'abs/core/ntp/ntp-client.conf')
-rwxr-xr-x | abs/core/ntp/ntp-client.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/ntp/ntp-client.conf b/abs/core/ntp/ntp-client.conf new file mode 100755 index 0000000..ace4daf --- /dev/null +++ b/abs/core/ntp/ntp-client.conf @@ -0,0 +1,7 @@ +# 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 |