Another daemon for managing control groups
Another daemon for managing control groups
Posted Dec 11, 2013 3:36 UTC (Wed) by mathstuf (subscriber, #69389)In reply to: Another daemon for managing control groups by khim
Parent article: Another daemon for managing control groups
> but it's still not entirely clear to me just why it must be PID 1.
It doesn't *have* to be, just that with systemd, PID 1 is the simplest place to put it since it already dances around with cgroups pretty heavily and IPC to another service to manage cgroups makes that service a Special Snowflake that can't be set up using cgroups (since it would have to answer questions about how to start it before it starts).
