|
|
|
|
|
by vidarh
4507 days ago
|
|
Say something comes along at that point and kills systemd. Now everything below it is orphaned and has init as it's new parent. Sysv-init does not know what to do with those processes other than reap zombies. Now you have a system full of unmonitored processes, just as without systemd, and no standardized way of restarting the services. This is why systemd needs to run parts of its logic in pid 1 to be most compelling. You can launch systemd without letting it be pid 1, but you lose functionality it can't provided outside it. |
|