# HG changeset patch
# User andrei <andrei@nap21.upri>
# Date 1479200637 -10800
# Node ID 1221aa2bdedeb0fb5489aba0beb3242853bb07b1
# Parent  0279d995d4938b4299e894f58bb69d1ebf1f2d21
Fixed systemd dependencies

diff -r 0279d995d493 -r 1221aa2bdede usr/lib/systemd/system/libvirt-minions.service
--- a/usr/lib/systemd/system/libvirt-minions.service	Tue Nov 15 11:58:42 2016 +0300
+++ b/usr/lib/systemd/system/libvirt-minions.service	Tue Nov 15 12:03:57 2016 +0300
@@ -1,9 +1,11 @@
 [Unit]
 Description=Suspend/Resume running libvirt guests
 Requires=libvirtd.service
+Requires=libvirt-guests.service
 After=network.target
 After=time-sync.target
 After=libvirtd.service
+After=libvirt-guests.service
 
 [Service]
 ExecStart=/usr/lib/minions/minions.pl start
@@ -14,4 +16,4 @@
 TimeoutStopSec=0
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target