How does Fedora 40 sync time?

From what I know chronyd is installed by default.

whats the output of systemctl status chronyd?

If you don’t need any server functionality, you can use systemd-timesyncd (which is part of systemd). It implements a Simple NTP (SNTP) client.

systemctl status systemd-timesyncd
systemctl start systemd-timesyncd
systemctl enable systemd-timesyncd
1 Like