Skip to content

home: add service ready notification support on Linux #7824

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alaviss
Copy link

@alaviss alaviss commented May 15, 2025

On systemd-based Linux systems, signal service readiness once the web service is up and running. This allows depending services to accurately rely on AdGuardHome being active and ready to service.

This feature is particularly useful with Podman, as the container manager can verify that the service starts correctly after an auto-update operation, and rollback if it doesn't.

This new feature does not do anything on non-systemd Linux or other operating systems.

On systemd-based Linux systems, signal service readiness once the web
service is up and running. This allows depending services to accurately
rely on AdGuardHome being active and ready to service.

This feature is particularly useful with Podman, as the container
manager can verify that the service can start correctly after an
auto-update operation.

This new feature does not do anything on non-systemd Linux or other
operating systems.
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.

1 participant