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
|