Update kernel to 3.12.17; add ntpd
This commit is contained in:
24
overlay/etc/ntp.conf
Normal file
24
overlay/etc/ntp.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# With the default settings below, ntpd will only synchronize your clock.
|
||||
#
|
||||
# For details, see:
|
||||
# - the ntp.conf man page
|
||||
# - http://support.ntp.org/bin/view/Support/GettingStarted
|
||||
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
|
||||
|
||||
# Associate to public NTP pool servers; see http://www.pool.ntp.org/
|
||||
server 0.de.pool.ntp.org iburst
|
||||
server 1.de.pool.ntp.org iburst
|
||||
server 2.de.pool.ntp.org iburst
|
||||
|
||||
# Only allow read-only access from localhost
|
||||
restrict default noquery nopeer
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
|
||||
# Location of drift file
|
||||
driftfile /var/lib/ntp/ntp.drift
|
||||
|
||||
# NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
|
||||
# here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net
|
||||
|
||||
tos orphan 8
|
||||
Reference in New Issue
Block a user