新的时间同步方案

笔记  ·  2025-06-10

deb系列

apt update
apt install systemd-timesyncd -y 
systemctl enable systemd-timesyncd.service  --now
systemctl status systemd-timesyncd.service

RHEL系列

dnf -y update
dnf -y install systemd-timesyncd -y 
systemctl enable systemd-timesyncd.service  --now
systemctl status systemd-timesyncd.service

 
评论
Camellia. All Rights Reserved. Theme Jasmine by Kent Liao.