diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-09-17 11:59:47 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-17 11:59:47 -0500 |
commit | 3331234adc763378a5e48e7ad6dc2bf9657aa535 (patch) | |
tree | bb818ad7c49619fea644b490dfb450aee1517224 /units/systemd-nspawn@.service.in | |
parent | e58ae4103710295a8afd43c83d0c6bf088ae744f (diff) | |
download | systemd-3331234adc763378a5e48e7ad6dc2bf9657aa535.tar.gz |
nspawn: update unit file
ControlGroup= is obsolete, so let's drop it from the default nspawn unit
file.
Diffstat (limited to 'units/systemd-nspawn@.service.in')
-rw-r--r-- | units/systemd-nspawn@.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index c0d5886f88..eca62e3b17 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] |