ntp/ntp.conf

Mon, 14 Jan 2013 18:54:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 14 Jan 2013 18:54:04 +0100
changeset 756
ca81a21bc445
permissions
-rw-r--r--

Correct replacement logic of default SMS transmission channel.

michael@719 1 ##
michael@719 2 ## ntp.conf -- NTP Daemon Configuration
michael@719 3 ##
michael@719 4
michael@719 5 # global NTP daemon options
michael@719 6 logfile @l_prefix@/var/ntp/ntp.log
michael@719 7 pidfile @l_prefix@/var/ntp/ntpd.pid
michael@719 8 driftfile @l_prefix@/var/ntp/ntpd.drift
michael@719 9 statsdir @l_prefix@/var/ntp/ntpd.stat/
michael@719 10
michael@719 11 # list of NTP peers
michael@719 12 # (see http://www.pool.ntp.org/)
michael@719 13 server 0.pool.ntp.org iburst
michael@719 14 server 1.pool.ntp.org iburst
michael@719 15 server 2.pool.ntp.org iburst
michael@719 16
michael@719 17 # restrictions
michael@719 18 restrict default limited noquery nomodify notrap nopeer
michael@719 19 restrict 127.0.0.0 mask 255.0.0.0
michael@719 20

mercurial