Re: [voidlinux/void-runit] /etc/runit/core-services/08-sysctl.sh can override admin defined sysctl settings (#70)

amak79 at Thu, 11 May 2017 20:43:34 -0700
I checked with my Gentoo system which uses `sysctl --system`, and it too can override any admin settings defined in `/etc/sysctl.d/*.conf`. It appears that the files are processed in the order they are listed in the `sysctl.conf` man page.
Leah Neukirchen at Fri, 12 May 2017 03:20:15 -0700
The commit 5f719f131c3 removes `sysctl --system`, not sure why. (Ah, busybox doesn't have it.)
Michael Gehring at Wed, 28 Jun 2017 11:52:03 -0700
@xtraeme is reverting 5f719f1 an option?
Faule Socke at Thu, 04 Jan 2018 08:54:39 +0000 (UTC)
`sysctl --system` has the same issue as the OP described and should therefore **not** be used. I will file a PR for fixing the order, so that local admin settings never get overwritten by "vendor" settings.