ntp/ntp.conf

changeset 719
c1c586743518
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ntp/ntp.conf	Thu Oct 04 20:34:54 2012 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +##
     1.5 +##  ntp.conf -- NTP Daemon Configuration
     1.6 +##
     1.7 +
     1.8 +#   global NTP daemon options
     1.9 +logfile    @l_prefix@/var/ntp/ntp.log
    1.10 +pidfile    @l_prefix@/var/ntp/ntpd.pid
    1.11 +driftfile  @l_prefix@/var/ntp/ntpd.drift
    1.12 +statsdir   @l_prefix@/var/ntp/ntpd.stat/
    1.13 +
    1.14 +#   list of NTP peers
    1.15 +#   (see http://www.pool.ntp.org/)
    1.16 +server     0.pool.ntp.org iburst
    1.17 +server     1.pool.ntp.org iburst
    1.18 +server     2.pool.ntp.org iburst
    1.19 +
    1.20 +#   restrictions
    1.21 +restrict   default   limited noquery nomodify notrap nopeer
    1.22 +restrict   127.0.0.0 mask 255.0.0.0
    1.23 +

mercurial