How can I avoid child inheriting the cgroup of parent?
In my system I have some cgroup hierarchy, one of the process is running under some particular cgroup and it spawn some process, and the child is by default running under same cgroup, but I don't want it to inherit parent cgroup. Is there any way to do it by using some API?