📜  ntp 重启后未启动 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:35.513000             🧑  作者: Mango

代码示例1
Systemd:
 
 sudo timedatectl set-ntp no
 sudo systemctl enable ntp(d)
 sudo systemctl start ntp(d)
 
 (ntp service is ntpd in Red Hat but ntp in Debian)