I am running Fedora 27 with kernel 4.14.5 and have a problem that /etc/sysctl.conf
is not being loaded upon boot.
If I run:
sudo sysctl -p
after boot, my settings are loaded and everything works fine.
What do I need to do to enable the loading of /etc/sysctl.conf
or what alternatives are there to load it?
/etc/sysctl.conf
, some sysctl settings need to be read early at boot time (e.g. before device creation), otherwise they may not have any effect. See https://bugzilla.kernel.org/show_bug.cgi?id=11655 for instance about such particular settings. – vinc17 Jun 01 '22 at 08:43