muellermartin / nosystemd.org

Website for arguments against systemd and further resources
https://nosystemd.org
MIT License
68 stars 28 forks source link

init ≠ service manager #46

Open calimeroteknik opened 2 years ago

calimeroteknik commented 2 years ago

Hello!

Excellent initiative. It would help immensely if it could avoid falling right into systemd's propaganda by confusing two very distinct concepts that can, within the same system, be sourced from different software projects:

On the one hand, we have the init (pid 1), which keeps the service manager alive, and reaps zombie processes. See the bottom of this page for the source code of an init to run as pid 1: https://ewontfix.com/14/

On the other hand, we have the world of process/service managers, of which any one can be run by the above init, examples:

Systemd confuses, conflates and lumps these two components (and more) into one big tentacular software project.
Don't fall for it and keep making the difference!

calimeroteknik commented 2 years ago

Note: the main advantage in keeping the two separate, is that you can only have one init, but you can have many process/service supervisors. (some of which would run as children of others)