summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-09-17 11:59:47 -0500
committerLennart Poettering <lennart@poettering.net>2013-09-17 11:59:47 -0500
commit3331234adc763378a5e48e7ad6dc2bf9657aa535 (patch)
treebb818ad7c49619fea644b490dfb450aee1517224 /units
parente58ae4103710295a8afd43c83d0c6bf088ae744f (diff)
nspawn: update unit file
ControlGroup= is obsolete, so let's drop it from the default nspawn unit file.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-nspawn@.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in
index c0d5886f8..eca62e3b1 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]