Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 422 Bytes

timesyncd.md

File metadata and controls

28 lines (19 loc) · 422 Bytes

Timesyncd

While ntpd is the standard for time sync, timesyncd is a lighter alternative which is simpler to configure.

To begin, make sure ntpd is removed,

sudo apt purge ntp

Then install timesyncd,

sudo apt install systemd-timesyncd

and start it,

sudo systemctl start systemd-timesyncd
sudo systemctl status systemd-timesyncd

Finally, check the time,

timedatectl