packages/net/ntpclient/files/ntpclient.config
nico 26ff557bbd [packages] ntpclient: change check interval from 60 to 600 (upstream default) (closes: #5578)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 20:20:28 +00:00

23 lines
426 B
Plaintext

config ntpserver
option hostname '0.openwrt.pool.ntp.org'
option port '123'
config ntpserver
option hostname '1.openwrt.pool.ntp.org'
option port '123'
config ntpserver
option hostname '2.openwrt.pool.ntp.org'
option port '123'
config ntpserver
option hostname '3.openwrt.pool.ntp.org'
option port '123'
config ntpdrift
option freq '0'
config ntpclient
option interval 600
#option count 10