I thought I only need NTP client to synchronize the date and time of my linux
machine. But apparently, ntpdate
runs once, and Debian “expects” the user
to install ntp
according to this stack exchange
answer.
Installing it is just easy, especially if you’re familiar with Debian or Ubuntu.
sudo apt-get install ntp
After the installation, you can check if it’s running.
sudo systemctl status ntp
Comments !