Hello,
I looked at the sysctl.conf manual, and this is what it says:
I'm not sure if I understood correctly. If I have custom configurations, is it recommended to use the sysctl.conf.local instead of sysctl.conf ? I think the advantage here is that if I put settings in sysctl.conf.local, they won't be accidentally overwritten by an update or something similar, right? I also checked the "Absolute FreeBSD" book but couldn't find any information about the .local file, the author just mentions the sysctl.conf.
I looked at the sysctl.conf manual, and this is what it says:
Code:
/etc/sysctl.conf Initial settings for sysctl(8).
/etc/sysctl.conf.local Machine-specific settings for sites with a common /etc/sysctl.conf.
I'm not sure if I understood correctly. If I have custom configurations, is it recommended to use the sysctl.conf.local instead of sysctl.conf ? I think the advantage here is that if I put settings in sysctl.conf.local, they won't be accidentally overwritten by an update or something similar, right? I also checked the "Absolute FreeBSD" book but couldn't find any information about the .local file, the author just mentions the sysctl.conf.