tuned
tuned copied to clipboard
plugin_sysctl.py: Sysctl config files order applying.
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