Comment by TacticalCoder

6 months ago

> I'm excited to run Systemd on mac!

OCI containers are supposed to be "one container, one PID": at the very least the container's server is PID1 (at times other processes may be spawned but typically the container's main process is going to be PID1).

Containerization is literally the antithesis of systemd.

So I don't understand your comment.