Debian12同步时间
设置时区
timedatectl set-timezone "Asia/Shanghai"
安装 systemd-timesyncd
apt update
apt install systemd-timesyncd
添加 NTP 服务器
编辑配置文件 /etc/systemd/timesyncd.conf
,添加或修改以下行:
如果是注释状态解开注释
NTP=pool.ntp.org 0.asia.pool.ntp.org 1.asia.pool.ntp.org 2.asia.pool.ntp.org
重启 systemd-timesyncd
systemctl restart systemd-timesyncd
开启 NTP 同步
timedatectl set-ntp true
检查时间同步状态
timedatectl timesync-status