From 806546bb3da437b71e5ea78ebb29378d95b8cfe6 Mon Sep 17 00:00:00 2001
From: Brandon Philips <brandon.philips@coreos.com>
Date: Mon, 16 Sep 2013 09:27:01 -0500
Subject: [PATCH] systemd-nspawn@: drop ControlGroup=

ControlGroup= is deprecated now drop this.
---
 units/systemd-nspawn@.service.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in
index c0d5886..eca62e3 100644
--- a/units/systemd-nspawn@.service.in
+++ b/units/systemd-nspawn@.service.in
@@ -11,7 +11,6 @@ Documentation=man:systemd-nspawn(1)
 
 [Service]
 ExecStart=@bindir@/systemd-nspawn -bjD /var/lib/container/%i
-ControlGroup=%R/machine/%i.nspawn cpu:/
 Type=notify
 
 [Install]
-- 
1.7.12.4 (Apple Git-37)

