f052574592
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6593 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
# Chrony configuration
|
|
|
|
# Note: time servers and ntp client access is configured in /etc/config/ntpd
|
|
# and automatically set at startup
|
|
|
|
# Log clock errors above 0.5 seconds
|
|
logchange 0.5
|
|
|
|
# Allow command access only from localhost
|
|
cmdallow localhost
|
|
cmddeny
|
|
|
|
# Password config for chronyc
|
|
# Note: Using a command key other than "1" will break
|
|
# /etc/init.d/ntpd and /etc/hotplug.d/iface/20-ntpd
|
|
keyfile /etc/chrony/chrony.keys
|
|
commandkey 1
|