From ab02e39f592ebfcc52ef594a6ae7be66c5e1e287 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 5 Nov 2012 09:48:28 -0700 Subject: [PATCH] spec: don't enable cgconfig under systemd In Fedora 16, we quit enabling cgconfig because systemd set up default cgroups that were good enough for our use. But in F17, when we switched to systemd, we reverted and started up cgconfig again. See also the tail of this thread: https://www.redhat.com/archives/libvir-list/2012-October/msg01657.html * libvirt.spec.in (with_systemd): Rely on systemd for cgroups. (cherry picked from commit b61eadf3c62be4dfa452e04bf851aa5f2e0acb4b) --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 1f48a28d82..74f03a6fe8 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1457,7 +1457,6 @@ done if [ $1 -eq 1 ] ; then # Initial installation /bin/systemctl enable libvirtd.service >/dev/null 2>&1 || : - /bin/systemctl enable cgconfig.service >/dev/null 2>&1 || : fi %else %if %{with_cgconfig}