<div id="geary-body" dir="auto"><div>Sorry, I stopped using chrony some time ago and the laptop that was generating this bug was murdered by a cup of tea.</div><div><br></div></div><div id="geary-quote" dir="auto"><br>On Sat, Oct 5, 2019 at 02:43, Michael Biebl <biebl@debian.org> wrote:<br><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Seems like Conflicts= do not work reliably to ensure the
systemd-timesyncd.service is not started during boot.

See also the upstream bug report
<a href="https://github.com/systemd/systemd/issues/7104">https://github.com/systemd/systemd/issues/7104</a>

We've re-added the Conditions to systemd-timesyncd.service.
#
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[Unit]
# don't run timesyncd if we have another NTP daemon installed
ConditionFileIsExecutable=!/usr/sbin/ntpd
ConditionFileIsExecutable=!/usr/sbin/openntpd
ConditionFileIsExecutable=!/usr/sbin/chronyd
ConditionFileIsExecutable=!/usr/sbin/VBoxService


This should ensure systemd-timesyncd.service is not started if chrony is
installed.

Andres, can you still reproduce the problem?
<div>-- 
</div>Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

</div></blockquote></div>