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

"There is no daemon" statement in documentation is based on outdated premise #77

Open
charles-dyfis-net opened this issue Dec 21, 2023 · 0 comments

Comments

@charles-dyfis-net
Copy link

charles-dyfis-net commented Dec 21, 2023

Modern init systems do not depend on self-daemonization, which is considered an antipattern in recent decades. Software is expected to run in the foreground so a process supervisor (launchd, systemd, etc) can simply wait() on it to exit, record its exit status, and restart it if necessary.

See f/e #63, which configures the service to run in the background with no traditional self-daemonization involved.

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