File a9bad1a3-libvirt-guests-time-sync.patch of Package libvirt.239
commit a9bad1a3379ea99d5c250446e0eef3ef5c261a67
Author: Jim Fehlig <jfehlig@suse.com>
Date: Mon Sep 8 10:22:14 2014 -0600
libvirt-guests: run after time-sync.target
When libvirt-guests is configured to start guests on host
boot, it is possible for guests start and read the host
clock before it is synchronized. Services such as
libvirt-guests that require correct time should use the
Special Passive System Unit time-sync.target
http://www.freedesktop.org/software/systemd/man/systemd.special.html#time-sync.target
Index: libvirt-1.2.5/tools/libvirt-guests.service.in
===================================================================
--- libvirt-1.2.5.orig/tools/libvirt-guests.service.in
+++ libvirt-1.2.5/tools/libvirt-guests.service.in
@@ -1,6 +1,6 @@
[Unit]
Description=Suspend Active Libvirt Guests
-After=network.target libvirtd.service
+After=network.target libvirtd.service time-sync.target
Documentation=man:libvirtd(8)
Documentation=http://libvirt.org