Hi everybody!
In my Raspberry Pi 3 the NTP service doesn't work.
I have installed the NTP program with: sudo apt-get install ntp, but the service doesn't work.
When executing the command: sudo service ntp status
I get the following message:
● ntp.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
The operating system is Raspbian 8 (jessie).
How do I run the NTP service?
Regards,