justinzollars 3 days ago

I'm excited to run Systemd on mac!

2
watersb 3 days ago

:-)

It isn't systemd:

> Containers achieve sub-second start times using an optimized Linux kernel config, minroot filesystem, and a lightweight init system, vminitd

https://github.com/apple/containerization/blob/main/vminitd

trallnag 2 days ago

Wouldn't be surprised if this goes through the same process Windows users did with WSL. Starting out with no systemd, to community-developed systemd-in-a-bottle setups, to proper systemd integration

TacticalCoder 3 days 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.