Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init ≠ service manager #46

Open
calimeroteknik opened this issue May 25, 2022 · 1 comment
Open

init ≠ service manager #46

calimeroteknik opened this issue May 25, 2022 · 1 comment

Comments

@calimeroteknik
Copy link

calimeroteknik commented May 25, 2022

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
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant