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

feat(systemd*): include systemd config files from /usr/lib/systemd #8

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

pvalena
Copy link
Collaborator

@pvalena pvalena commented Jul 27, 2024

and also use proper variables for the paths.

--

The new systemd reads from both /etc and /usr/, so to accomodate this, I've added new paths to install configs from (I probably haven't covered all). This changes only hostonly behaviour; uses global variables:

systemdutilconfdir: "/etc/systemd"
systemdutildir: "/lib/systemd:/lib/systemd/systemd-udevd" "/usr/lib/systemd:/usr/lib/systemd/systemd-udevd"

(Cherry-picked commit: fcb66b03b34b6afd0f599bbe910d4a5fbc31bcbf from PR#511)

Resolves: RHEL-32506

and also use proper variables for the paths, and fixup invalid paths.
--

The new systemd reads from both /etc and /usr/, so to accomodate this,
I've added new paths to install configs from (I probably haven't covered
all). This changes only hostonly behaviour; uses global variables:

systemdutilconfdir: "/etc/systemd"
systemdutildir: "/lib/systemd:/lib/systemd/systemd-udevd" "/usr/lib/systemd:/usr/lib/systemd/systemd-udevd"

(cherry picked from commit ea4905e944a2acd75ba3a48a5dfeaba417f724e8)

Resolves: RHEL-32506
Copy link
Collaborator Author

@pvalena pvalena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Mostly simple non-breaking change & reviewed upstream.

@pvalena pvalena merged commit 3e4a22f into main Aug 8, 2024
22 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant