Mercurial > pub > Minions
changeset 2:1221aa2bdede
Fixed systemd dependencies
author | andrei <andrei@nap21.upri> |
---|---|
date | Tue, 15 Nov 2016 12:03:57 +0300 |
parents | 0279d995d493 |
children | 7b132bac6d4d |
files | usr/lib/systemd/system/libvirt-minions.service |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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