| # Load UCI configuration | |
| confdir /var/etc/chrony.d | |
| # Load NTP servers from DHCP if enabled in UCI | |
| sourcedir /var/run/chrony-dhcp | |
| # Log clock errors above 0.5 seconds | |
| logchange 0.5 | |
| # Don't log client accesses | |
| noclientlog | |
| # Mark the system clock as synchronized | |
| rtcsync | |
| # Record the clock's drift | |
| driftfile /var/run/chrony/drift | |
| # Save NTS keys and cookies | |
| ntsdumpdir /var/run/chrony |