Manuel Bilderbeek [2016-05-18 23:06 +0200]: > The whole thing reminds me of bug #755722. But that says that > systemd-timesyncd > does write to the hwclock.... apparently not?
timesyncd does *not* write to the hw clock directly. The kernel has done that by itself now every 11 minutes for a fair while now, if the hw clock is in UTC. (If it's not, then timesyncd tells the kernel to not sync). See manager_adjust_clock() in https://github.com/systemd/systemd/blob/master/src/timesync/timesyncd-manager.c#L314 Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
