CentOS 8 Server – #3 Setting NTP Client (Chrony)
Chrony is an implementation of the Network Time Protocol. It’s a replacement for the ntpd, which is a reference implementation of the NTP. It runs on Unix-like operating system and is released under the GNU GPL v2.
Install chrony
$ sudo dnf install chrony
$ sudo systemctl start chronyd
$ sudo systemctl enable chronyd
$ sudo systemctl status chronyd
Reference
— https://www.tecmint.com/install-chrony-in-centos-ubuntu-linux/
centos 8