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

plugin_sysctl.py: Sysctl config files order applying. #429

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexeyantropov
Copy link

There is a fix whitch changes order of applying /etc/sysctl.d/.conf and /etc/sysctl.conf files. First sysctl needs to apply main (/etc/sysctl.conf) config and only after - custom configs from /etc/sysctl.d/.conf.

Fixes #409

There is a fix whitch changes order of applying /etc/sysctl.d/*.conf and /etc/sysctl.conf files. First sysctl needs to apply main (/etc/sysctl.conf) config and only after - custom configs from /etc/sysctl.d/*.conf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugin_sysctl.py: sysctl configs apply order
1 participant