Here are some tests I wasn't able to get to earlier.

On Mon, Jul 29, 2019 at 5:39 PM Vincent Blut <vincent.deb...@free.fr> wrote:
.....
>
> Nevertheless, I would like you to test some things.
> To begin with, I have an updated chrony unit file in a private git
> branch targeting a future revision (not the next one) containing:
>
> Wants=time-sync.target
> Before=time-sync.target
>
> That would be great if you could override the unit file currently
> provided by chrony to add these two lines. I have no high hopes, but I’m
> sill curious to see the result in this case.

I tried it and it didn't help.  I was still able to start it
manually--I was a little  concerned that since Before=time-sync.target
would be unsatisfiable after startup it would never start.

>
> If that does not work, just removing systemd-timesyncd.service from the
> “Conflicts=” line in the chrony unit file may fix the issue… well I
> think.  ;-)

I did systemctl disable systemd-timesyncd and now chrony runs (and
stays running) on startup.

Here are some logs and status info from what happened with the
override in place and
debug systemd.log_level=debug as kernel options (but none of the other
options I used before).
This also shows that status of systemd-timesyncd right after startup.
This is from before I disabled systemd-timesyncd.service.

root@barley:~# date; uptime
Wed 31 Jul 2019 12:51:18 PM PDT
 12:51:18 up 2 min, 11 users,  load average: 6.08, 2.93, 1.12
root@barley:~# systemctl status chrony
● chrony.service - chrony, an NTP client/server
   Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor
preset: enabled)
  Drop-In: /etc/systemd/system/chrony.service.d
           └─override.conf
   Active: inactive (dead)
     Docs: man:chronyd(8)
           man:chronyc(1)
           man:chrony.conf(5)

Jul 31 12:49:20 barley systemd[1]: chrony.service: chrony.service/stop woul…job.
Jul 31 12:49:20 barley systemd[1]: chrony.service: Deleting chrony.service/…act.
Jul 31 12:49:20 barley systemd[1]: chrony.service: chrony.service/stop woul…job.
Jul 31 12:49:20 barley systemd[1]: chrony.service: Deleting chrony.service/…act.
Jul 31 12:49:21 barley systemd[1]: chrony.service: chrony.service/stop woul…job.
Jul 31 12:49:21 barley systemd[1]: chrony.service: Deleting chrony.service/…act.
Jul 31 12:49:25 barley systemd[1]: chrony.service: Job 124 chrony.service/s…eled
Jul 31 12:49:25 barley systemd[1]: chrony.service: Installed new job chrony… 702
Jul 31 12:49:25 barley systemd[1]: chrony.service: Job 702 chrony.service/s…done
Hint: Some lines were ellipsized, use -l to show in full.
root@barley:~# systemctl status systemd-timesyncd
● systemd-timesyncd.service - Network Time Synchronization
   Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service;
enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/systemd-timesyncd.service.d
           └─disable-with-time-daemon.conf
   Active: inactive (dead)
Condition: start condition failed at Wed 2019-07-31 12:49:27 PDT; 2min 27s ago
           └─ ConditionFileIsExecutable=!/usr/sbin/chronyd was not met
     Docs: man:systemd-timesyncd.service(8)

Jul 31 12:49:20 barley systemd[1]: systemd-timesyncd.service: Installed new… 370
Jul 31 12:49:20 barley systemd[1]: systemd-timesyncd.service: Merged system… 370
Jul 31 12:49:21 barley systemd[1]: systemd-timesyncd.service: Merged system… 370
Jul 31 12:49:25 barley systemd[1]: systemd-timesyncd.service: Merged system… 370
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: ConditionFile…ded.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: ConditionFile…led.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: Starting requ…nit.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: Job 370 syste…done
Jul 31 12:49:27 barley systemd[1]: Condition check resulted in Network Time…ped.
Hint: Some lines were ellipsized, use -l to show in full.
root@barley:~# journalctl -b | grep -E "(chrony|timesync)"
Jul 31 12:49:18 barley systemd-sysusers[608]: Group systemd-timesync
already exists.
Jul 31 12:49:18 barley systemd-sysusers[608]: User systemd-timesync
already exists.
Jul 31 12:49:20 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:20 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:20 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:20 barley systemd[1]: chrony.service: chrony.service/stop
would change existing job.
Jul 31 12:49:20 barley systemd[1]: chrony.service: Deleting
chrony.service/stop to minimize impact.
Jul 31 12:49:20 barley systemd[1]: Keeping job
systemd-timesyncd.service/start because of sysinit.target/start
Jul 31 12:49:20 barley systemd[1]: Keeping job time-sync.target/start
because of systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: systemd-timesyncd.service:
Installed new job systemd-timesyncd.service/start as 370
Jul 31 12:49:20 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:20 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:20 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:20 barley systemd[1]: chrony.service: chrony.service/stop
would change existing job.
Jul 31 12:49:20 barley systemd[1]: chrony.service: Deleting
chrony.service/stop to minimize impact.
Jul 31 12:49:20 barley systemd[1]: Keeping job time-sync.target/start
because of systemd-timesyncd.service/start
Jul 31 12:49:20 barley systemd[1]: Keeping job
systemd-timesyncd.service/start because of sysinit.target/start
Jul 31 12:49:20 barley systemd[1]: systemd-timesyncd.service: Merged
systemd-timesyncd.service/start into installed job
systemd-timesyncd.service/start as 370
Jul 31 12:49:21 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:21 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:21 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:21 barley systemd[1]: chrony.service: chrony.service/stop
would change existing job.
Jul 31 12:49:21 barley systemd[1]: chrony.service: Deleting
chrony.service/stop to minimize impact.
Jul 31 12:49:21 barley systemd[1]: Keeping job time-sync.target/start
because of systemd-timesyncd.service/start
Jul 31 12:49:21 barley systemd[1]: Keeping job
systemd-timesyncd.service/start because of sysinit.target/start
Jul 31 12:49:21 barley systemd[1]: systemd-timesyncd.service: Merged
systemd-timesyncd.service/start into installed job
systemd-timesyncd.service/start as 370
Jul 31 12:49:25 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:25 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:25 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:25 barley systemd[1]: Keeping job chrony.service/stop
because of systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Keeping job time-sync.target/start
because of systemd-timesyncd.service/start
Jul 31 12:49:25 barley systemd[1]: Keeping job
systemd-timesyncd.service/start because of sysinit.target/start
Jul 31 12:49:25 barley systemd[1]: chrony.service: Job 124
chrony.service/start finished, result=canceled
Jul 31 12:49:25 barley systemd[1]: chrony.service: Installed new job
chrony.service/stop as 702
Jul 31 12:49:25 barley systemd[1]: systemd-timesyncd.service: Merged
systemd-timesyncd.service/start into installed job
systemd-timesyncd.service/start as 370
Jul 31 12:49:25 barley systemd[1]: chrony.service: Job 702
chrony.service/stop finished, result=done
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service:
ConditionFileIsExecutable=!/usr/sbin/VBoxService succeeded.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service:
ConditionFileIsExecutable=!/usr/sbin/chronyd failed.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: Starting
requested but condition failed. Not starting unit.
Jul 31 12:49:27 barley systemd[1]: systemd-timesyncd.service: Job 370
systemd-timesyncd.service/start finished, result=done
Jul 31 12:49:28 barley audit[1311]: AVC apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/sbin/chronyd"
pid=1311 comm="apparmor_parser"
Jul 31 12:49:28 barley kernel: audit: type=1400
audit(1564602568.387:8): apparmor="STATUS" operation="profile_load"
profile="unconfined" name="/usr/sbin/chronyd" pid=1311
comm="apparmor_parser"
Jul 31 12:49:29 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:29 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:29 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:29 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:29 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:29 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:33 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:33 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:33 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:33 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:33 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:33 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:33 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:33 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:33 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:34 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:34 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:34 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:34 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:34 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:35 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:35 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:35 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:35 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:35 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:50 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:50 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:50 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:50 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:49:50 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:49:50 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:49:50 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:49:50 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:49:50 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:06 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:06 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:06 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:06 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:06 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:06 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:06 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:06 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:06 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:13 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:13 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:13 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:13 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:13 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:15 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:15 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:15 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:15 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:15 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:25 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:25 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:25 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:25 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:25 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in
systemd-timesyncd.service/start from sysinit.target/start
Jul 31 12:50:44 barley systemd[1]: Added job
systemd-timesyncd.service/start to transaction.
Jul 31 12:50:44 barley systemd[1]: Pulling in system.slice/start from
systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in var.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in -.mount/start from
systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in time-sync.target/start
from systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in shutdown.target/stop
from systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Pulling in chrony.service/stop from
systemd-timesyncd.service/start
Jul 31 12:50:44 barley systemd[1]: Added job chrony.service/stop to transaction.
Jul 31 12:50:44 barley systemd[1]: Found redundant job
chrony.service/stop, dropping from transaction.
Jul 31 12:50:44 barley systemd[1]: Garbage collecting job
systemd-timesyncd.service/start
Jul 31 12:51:32 barley systemd[1]: Got message type=method_call
sender=n/a destination=org.freedesktop.systemd1
path=/org/freedesktop/systemd1/unit/chrony_2eservice
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1
reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 31 12:51:32 barley systemd[1]: Found unit chrony.service at
/lib/systemd/system/chrony.service (regular file)
Jul 31 12:51:32 barley systemd[1]: Preset files don't specify rule for
chrony.service. Enabling.
Jul 31 12:51:55 barley systemd[1]: Got message type=method_call
sender=n/a destination=org.freedesktop.systemd1
path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1
reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 31 12:51:55 barley systemd[1]: Found unit
systemd-timesyncd.service at
/lib/systemd/system/systemd-timesyncd.service (regular file)
Jul 31 12:51:55 barley systemd[1]: Preset files say enable
systemd-timesyncd.service.

Ross

Reply via email to