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

add sdnotify support to cli, for Systemd #1324

Closed
wants to merge 3 commits into from

Conversation

petersilva
Copy link
Contributor

fixes #1318 systemd recommends against Type=forking, preferring TYPE=notify. To do that, we need to make little api calls during startup and shutdown. Added those.

This makes systemd happier on startup and seems to show status messages correctly.

fixes #1318 systemd recommends against Type=forking, preferring
TYPE=notify. To do that, we need to make little api calls
during startup and shutdown. Added those.

This makes systemd happier on startup and seems to show status
messages correctly.
Copy link

github-actions bot commented Dec 5, 2024

Test Results

238 tests   235 ✅  1m 30s ⏱️
  1 suites    1 💤
  1 files      2 ❌

For more details on these failures, see this check.

Results for commit 7c3ca6e.

♻️ This comment has been updated with latest results.

@petersilva
Copy link
Contributor Author

This does not work... existing development branch actually works better on 22.04 and 24.04... dropping this.

@petersilva petersilva closed this Dec 5, 2024
@petersilva petersilva deleted the issue1318_systemd_status branch December 13, 2024 22:07
@petersilva petersilva restored the issue1318_systemd_status branch December 13, 2024 22:07
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.

systemd integration limited: systemctl status does not work.
1 participant