centos8 install ntp

In CentOS8.0, the ntp software package is no longer supported by default, and time synchronization will be realized by chrony. It is difficult to adapt to chrony for a while like me who is used to ntp synchronization.
This article will use the source provided by wlnmp to install the ntp service.
Add the wlnmp source
rpm -ivh http://mirrors.wlnmp.com/centos/wlnmp-release-centos.noarch.rpm to
install the ntp service
yum install wntp
time synchronization
ntpdate ntp1. aliyun.com

Guess you like

Origin blog.csdn.net/songxi_bo/article/details/108626452