Answers for "ntp not starting after reboot"

0

ntp not starting after reboot

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)
Posted by: Guest on July-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language