|
|
|
|
|
by cycloptic
2328 days ago
|
|
>It's not like nspawn just calls into the service manager to get things done on its behalf via dbus or something like that. Yes, it literally does? https://github.com/systemd/systemd/blob/master/src/nspawn/ns... Additionally there is a lot of shared functionality in libsystemd. Take a look at the rest of the code in nspawn and see how little it actually accomplishes. |
|
No, it literally doesn't. That's just registration with the service manager, and it's optional. Basically it's to make the service manager aware of nspawn's actions, when it's on a systemd host.
I already pointed out they share a lot of code. The service manager process doesn't do squat on behalf of nspawn.