summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.erb
blob: 1bc51f5a381d2d73247a2e0f4db8625ec76a0389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# drift frequency memory
driftfile /etc/ntp.drift

# ntp service statistics
statsdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

# ntp servers
<% servers.each do |server| -%>server <%= server %> iburst<% end -%>

# configuracoes de restricao de acesso
# access restrictions
restrict default kod notrap nomodify nopeer