ok, in /etc/init.d/sysctl, in function BSD_sysctl(), the line at the top of the function
[ -e /etc/sysctl.conf ] || return 0
says, if /etc/sysctl.conf does not exist, return zero and do not process the rest of the file, meaning do not process any /etc/sysctl.d/*.conf entries.
this is an openrc dev issue, but can be patched, by just adding an empty /etc/sysctl.conf during overlay time.
sysctl entries in /etc/sysctl.d/trident-core.conf are not processed during startup.
currently not working on 18.11-PRERELEASE_2
steps to reproduce:
The text was updated successfully, but these errors were encountered: