ntp not starting after reboot

C++
 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)
 
Source

Also in C++: