ntp/ntp.conf

Mon, 25 Aug 2014 19:07:19 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 25 Aug 2014 19:07:19 +0200
changeset 796
02101011a9bc
permissions
-rw-r--r--

Correct process identification writing of PID file on -P parameter.

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