Accepting request 336998 from home:olh:branches:Virtualization
- Remove Wants=xencommons.service from libvirtd.service xencommons is already enabled by a global preset, and the absence of xen-tools.rpm causes a systemd warning OBS-URL: https://build.opensuse.org/request/show/336998 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=491
This commit is contained in:
parent
de9b140cb2
commit
cd92a8b149
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 12:44:47 UTC 2015 - olaf@aepfle.de
|
||||
|
||||
- Remove Wants=xencommons.service from libvirtd.service
|
||||
xencommons is already enabled by a global preset, and the
|
||||
absence of xen-tools.rpm causes a systemd warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 17:28:17 UTC 2015 - jfehlig@suse.com
|
||||
|
||||
|
@ -2,11 +2,10 @@ Index: libvirt-1.2.20/daemon/libvirtd.service.in
|
||||
===================================================================
|
||||
--- libvirt-1.2.20.orig/daemon/libvirtd.service.in
|
||||
+++ libvirt-1.2.20/daemon/libvirtd.service.in
|
||||
@@ -7,6 +7,8 @@ After=iscsid.service
|
||||
@@ -7,6 +7,7 @@ After=iscsid.service
|
||||
After=apparmor.service
|
||||
After=local-fs.target
|
||||
After=remote-fs.target
|
||||
+Wants=xencommons.service
|
||||
+After=xencommons.service
|
||||
Documentation=man:libvirtd(8)
|
||||
Documentation=http://libvirt.org
|
||||
|
Loading…
Reference in New Issue
Block a user