20 lines
537 B
Text
20 lines
537 B
Text
# $OpenBSD: ntpd.conf,v 1.11 2009/05/18 16:13:48 stevesk Exp $
|
|
# sample ntpd configuration file, see ntpd.conf(5)
|
|
|
|
# Addresses to listen on (ntpd does not listen by default)
|
|
listen on *
|
|
|
|
# sync to a single server
|
|
<% @ntp_server.each do |server| -%>
|
|
server <%= server %>
|
|
<% end -%>
|
|
|
|
# use a random selection of NTP Pool Time Servers
|
|
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
|
|
#servers pool.ntp.org
|
|
|
|
# use a specific local timedelta sensor (radio clock, etc)
|
|
#sensor nmea0
|
|
|
|
# use all detected timedelta sensors
|
|
#sensor *
|