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

Fix systemdActive() #117

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Fix systemdActive() #117

merged 1 commit into from
Oct 16, 2023

Conversation

marcosfrm
Copy link
Contributor

/sys/fs/cgroup/systemd is long gone:

https://systemd.io/CGROUP_DELEGATION/

Check for /run/systemd/system/ directory existence instead:

https://www.freedesktop.org/software/systemd/man/sd_booted.html

Closes #116

/sys/fs/cgroup/systemd is long gone:

https://systemd.io/CGROUP_DELEGATION/

Check for /run/systemd/system/ directory existence instead:

https://www.freedesktop.org/software/systemd/man/sd_booted.html

Closes fedora-sysv#116
Copy link
Member

@jamacku jamacku left a comment

Choose a reason for hiding this comment

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

Thank you, LGTM

@jamacku jamacku requested a review from lnykryn October 16, 2023 13:13
@jamacku jamacku added the bugfix label Oct 16, 2023
@jamacku jamacku merged commit 5b5268c into fedora-sysv:main Oct 16, 2023
11 checks passed
@marcosfrm marcosfrm deleted the fix-systemd branch October 16, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chkconfig does not reload systemd
2 participants