ntp not starting after reboot code example
Example: 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)
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)