How changes to kernel runtime parameters persist? (applied even after reboot to the system for example)
Answer
There is a service called systemd-sysctl that takes the content of /etc/sysctl.conf and applies it. This is how changes persist, even after reboot, when they are written in /etc/sysctl.conf