open 跨域安装部署
[root@openvpn tqxd]# yum -y install ntp[root@openvpn tqxd]# /sbin/ntpdate -u pool.ntp.org[root@openvpn tqxd]# crontab -l*/10 * * * * /sbin/ntpdate -u pool.ntp.org > /dev/null 2>&1[root@openvpn ~]# yum update[root@openvpn ~]# yu