chiark / gitweb /
nspawn: update unit file
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Sep 2013 16:59:47 +0000 (11:59 -0500)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Sep 2013 16:59:47 +0000 (11:59 -0500)
ControlGroup= is obsolete, so let's drop it from the default nspawn unit
file.

units/systemd-nspawn@.service.in

index c0d5886f8855c4e5557cab8e32c35c2e3e9c5ea0..eca62e3b1753f42627cc2d9be1cc076b753dd56f 100644 (file)
@@ -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]