diff options
Diffstat (limited to 'meta-networking/recipes-support/ntp/files/ntp.conf')
| -rw-r--r-- | meta-networking/recipes-support/ntp/files/ntp.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntp/files/ntp.conf b/meta-networking/recipes-support/ntp/files/ntp.conf new file mode 100644 index 0000000000..bf52440ced --- /dev/null +++ b/meta-networking/recipes-support/ntp/files/ntp.conf | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # This is the most basic ntp configuration file | ||
| 2 | # The driftfile must remain in a place specific to this | ||
| 3 | # machine - it records the machine specific clock error | ||
| 4 | driftfile /etc/ntp.drift | ||
| 5 | # This obtains a random server which will be close | ||
| 6 | # (in IP terms) to the machine. Add other servers | ||
| 7 | # as required, or change this. | ||
| 8 | server pool.ntp.org | ||
| 9 | # Using local hardware clock as fallback | ||
| 10 | # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself | ||
| 11 | server 127.127.1.0 | ||
| 12 | fudge 127.127.1.0 stratum 14 | ||
| 13 | # Defining a default security setting | ||
| 14 | restrict default | ||
