Advertisement
Guest User

pybokeh

a guest
Apr 4th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
  2.  
  3. driftfile /var/lib/ntp/ntp.drift
  4.  
  5.  
  6. # Enable this if you want statistics to be logged.
  7. #statsdir /var/log/ntpstats/
  8.  
  9. statistics loopstats peerstats clockstats
  10. filegen loopstats file loopstats type day enable
  11. filegen peerstats file peerstats type day enable
  12. filegen clockstats file clockstats type day enable
  13.  
  14. # Specify one or more NTP servers.
  15.  
  16. # Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
  17. # on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
  18. # more information.
  19. server 0.ubuntu.pool.ntp.org
  20. server 1.ubuntu.pool.ntp.org
  21. server 2.ubuntu.pool.ntp.org
  22. server 3.ubuntu.pool.ntp.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement