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

Don't send READY=1 for readiness notifications #317

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

emersion
Copy link
Member

@emersion emersion commented Oct 5, 2023

Just send a singular newline like s6 expects.

systemd doesn't support spawning a process with an FD to send readiness notifications to, instead it provides a socket name. IOW, this cannot be used directly with systemd after all.

Closes: #312

Just send a singular newline like s6 expects.

systemd doesn't support spawning a process with an FD to send
readiness notifications to, instead it provides a socket name. IOW,
this cannot be used directly with systemd after all.

Closes: #312
Copy link
Member

@kennylevinsen kennylevinsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kennylevinsen kennylevinsen merged commit f692ee0 into master Oct 6, 2023
@kennylevinsen kennylevinsen deleted the ready-fd-s6 branch October 6, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fails to build with Clang due to -Werror=sign-compare
2 participants