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

fix daemonize #16

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

equinox0815
Copy link
Contributor

In order to become it's own session leader and fully detach from the controlling terminal a daemon must call setsid() in between invocations of fork().

This also incorporates the fixes from #11

@fiorix fiorix merged commit 1959731 into fiorix:master Aug 5, 2024
@fiorix
Copy link
Owner

fiorix commented Aug 5, 2024

Thank you

@equinox0815 equinox0815 deleted the topic/daemonize-needs-setsid branch August 5, 2024 17:16
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

Successfully merging this pull request may close these issues.

2 participants