From dcd3886c0511a0c6255addacf9e710afd9c9ac07 Mon Sep 17 00:00:00 2001 Message-Id: From: Cole Robinson Date: Mon, 24 Feb 2014 13:12:02 +0100 Subject: [PATCH] libvirt-guests: Run only after libvirtd https://bugzilla.redhat.com/show_bug.cgi?id=1032695 Possible fix for occasional libvirt-guests failure at boot time: https://bugzilla.redhat.com/show_bug.cgi?id=906009 (cherry picked from commit d92036754a70098377798d93cb6d20378959e3a7) Signed-off-by: Jiri Denemark --- tools/libvirt-guests.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in index 5aeb14c..d48d4b8 100644 --- a/tools/libvirt-guests.service.in +++ b/tools/libvirt-guests.service.in @@ -1,6 +1,6 @@ [Unit] Description=Suspend Active Libvirt Guests -After=network.target +After=network.target libvirtd.service [Service] EnvironmentFile=-/etc/sysconfig/libvirt-guests -- 1.9.0