base: dbus: specify runstatedir to use /run#1000
Merged
ricardosalveti merged 1 commit intofoundriesio:mainfrom Jan 9, 2023
Merged
base: dbus: specify runstatedir to use /run#1000ricardosalveti merged 1 commit intofoundriesio:mainfrom
ricardosalveti merged 1 commit intofoundriesio:mainfrom
Conversation
From oe-core master (4df1a16e5c38d0fb724f63d37cc032aa37fa122f), specify runstatedir to use /run directly (instead of the default /var/run), to fix the following runtime warning from systemd: systemd-tmpfiles[350]: /usr/lib/tmpfiles.d/dbus.conf:13: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly. Signed-off-by: Ricardo Salveti <[email protected]>
quaresmajose
approved these changes
Jan 6, 2023
Member
quaresmajose
left a comment
There was a problem hiding this comment.
LGTM, also good to send upstream
Member
Author
This one is already set in master (it wasn't backported on purpose it seems by sakoman). |
angolini
approved these changes
Jan 7, 2023
Contributor
angolini
left a comment
There was a problem hiding this comment.
We should start thinking about a way to organize those bits we know are going to be dropped in the next stable.
Other than that. LGTM
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.
From oe-core master (4df1a16e5c38d0fb724f63d37cc032aa37fa122f), specify runstatedir to use /run directly (instead of the default /var/run), to fix the following runtime warning from systemd:
systemd-tmpfiles[350]: /usr/lib/tmpfiles.d/dbus.conf:13: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly.
Signed-off-by: Ricardo Salveti [email protected]