Guest User

Untitled

a guest
Aug 13th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Log file
  2. logconfig=allclock +allpeer +allsys +allsync
  3. logfile /var/log/ntp.log
  4.  
  5. # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
  6.  
  7. driftfile /var/lib/ntp/ntp.drift
  8.  
  9.  
  10. # Enable this if you want statistics to be logged.
  11. statsdir /var/log/ntpstats/
  12.  
  13. statistics loopstats peerstats clockstats
  14. filegen loopstats file loopstats type day enable
  15. filegen peerstats file peerstats type day enable
  16. filegen clockstats file clockstats type day enable
  17.  
  18.  
  19. # You do need to talk to an NTP server or two (or three).
  20. server 10.85.101.102
Advertisement
Add Comment
Please, Sign In to add comment