diff options
Diffstat (limited to 'recipes-support/ntp/files/ntp.conf')
-rw-r--r-- | recipes-support/ntp/files/ntp.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-support/ntp/files/ntp.conf b/recipes-support/ntp/files/ntp.conf new file mode 100644 index 0000000000..02a44b0d01 --- /dev/null +++ b/recipes-support/ntp/files/ntp.conf | |||
@@ -0,0 +1,13 @@ | |||
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 | server 127.127.1.0 | ||
11 | fudge 127.127.1.0 stratum 14 | ||
12 | # Defining a default security setting | ||
13 | restrict default nomodify nopeer | ||