changeset 1:0279d995d493

Fixed systemd dependencies
author andrei <andrei@nap21.upri>
date Tue, 15 Nov 2016 11:58:42 +0300
parents cd5df456ee84
children 1221aa2bdede
files usr/lib/systemd/system/libvirt-minion@.service
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/lib/systemd/system/libvirt-minion@.service	Tue Nov 15 01:33:09 2016 +0300
+++ b/usr/lib/systemd/system/libvirt-minion@.service	Tue Nov 15 11:58:42 2016 +0300
@@ -1,9 +1,11 @@
 [Unit]
 Description=Suspend/Resume running libvirt %I domain
 Requires=libvirtd.service
+Requires=libvirt-guests.service
 After=network.target
 After=time-sync.target
 After=libvirtd.service
+After=libvirt-guests.service
 Before=libvirt-minions.service
 
 [Service]
@@ -15,4 +17,4 @@
 TimeoutStopSec=0
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target