Comment 3 for bug 1315521

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

the full fix requires an lxc patch, however I tested it by doing

sudo cgm create name=systemd u1
sudo cgm chown name=systemd u1 1000 1000
cgm movepid name=systemd u1 $$
cat /proc/self/cgroup | grep systemd

which gave the expected correct result (a cgroup ending in '/u1')