]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd: move sysusers.d systemd-remote to PN-journal-remote
authorBastian Krause <bst@pengutronix.de>
Wed, 26 Feb 2025 09:45:03 +0000 (10:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2025 10:47:19 +0000 (10:47 +0000)
commit2d50d3595502e65e3b0997800a6dc60ca3e10100
tree02c17a688da1b37dcbf03407ce88b1e99349dbea
parentaaa09a629cd993377000084d4558b4542578c417
systemd: move sysusers.d systemd-remote to PN-journal-remote

systemd's sysusers.d/systemd-remote.conf contains the user
"systemd-journal-remote" [1]. This file is currently not part of any
specific package.

To make this match the corresponding USERADD_PARAM:${PN}-journal-remote
for the same user, move the file to the correct package.

This prevents warnings in case PACKAGECONFIG contains "microhttpd" but
systemd-journal-remote is not installed, such as:

  WARNING: some-image-1.0-r0 do_rootfs: User systemd-journal-remote has never been defined

[1] https://github.com/systemd/systemd/blob/v257.3/sysusers.d/systemd-remote.conf

Signed-off-by: Bastian Krause <bst@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_257.3.bb