# chrony

```bash
apt install chrony -y
```
```bash
vim /etc/chrony/chrony.conf
```
```bash
server 10.8.20.254         iburst  prefer
```
```bash
systemctl restart chronyd
```
```bash
chronyc sources
```
```bash
/sbin/hwclock --systohc
```