fix: Make mender-authd require dbus.service#1890
Closed
vpodzime wants to merge 1 commit into
Closed
Conversation
mender-auth is unusable without DBus and by telling systemd we get the benefits of better handling of start/stop/restart of services. Ticket: MEN-9144 Changelog: mender-authd.service now requires dbus.service Signed-off-by: Vratislav Podzimek <vratislav.podzimek+auto-signed@northern.tech>
|
Merging these commits will result in the following changelog entries: Changelogsmender (5.0.x-mender-auth_dbus_dep)New changes in mender since 5.0.x: Bug Fixes
|
|
@vpodzime, start a full client pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
lluiscampos
approved these changes
Jan 26, 2026
Contributor
Author
|
Unfortunately, this only results in mender-auth being stopped together with DBus, but there's nothing to start it again when DBus comes back up. We need a different approach here. On master, we use DBus auto-start capabilities, so there we are covered. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mender-auth is unusable without DBus and by telling systemd we get the benefits of better handling of start/stop/restart of services.
Ticket: MEN-9144
Changelog: mender-authd.service now requires dbus.service
Related to: #1889