[systemd-commits] 2 commits - TODO units/systemd-nspawn at .service.in

Lennart Poettering lennart at kemper.freedesktop.org
Tue Sep 17 10:00:19 PDT 2013


 TODO                             |    2 ++
 units/systemd-nspawn at .service.in |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3331234adc763378a5e48e7ad6dc2bf9657aa535
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Sep 17 11:59:47 2013 -0500

    nspawn: update unit file
    
    ControlGroup= is obsolete, so let's drop it from the default nspawn unit
    file.

diff --git a/units/systemd-nspawn at .service.in b/units/systemd-nspawn at .service.in
index c0d5886..eca62e3 100644
--- a/units/systemd-nspawn at .service.in
+++ b/units/systemd-nspawn at .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]

commit e58ae4103710295a8afd43c83d0c6bf088ae744f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Sep 17 11:59:41 2013 -0500

    update TODO

diff --git a/TODO b/TODO
index 1ca3142..6a96c77 100644
--- a/TODO
+++ b/TODO
@@ -58,6 +58,8 @@ CGroup Rework Completion:
 
 Features:
 
+* always set memory.user_hierarchy for all cgroups we create
+
 * Get rid of MemorySoftLimit=
 
 * After coming back from hibernation reset hibernation swap partition



More information about the systemd-commits mailing list