about summary refs log tree commit diff
path: root/core-services/08-sysctl.sh
blob: 2f393ee5f5757087a4b957f2dd3a705dcbf4d7e0 (plain) (blame)
1
2
3
4
5
6
# vim: set ts=4 sw=4 et:

if [ -x /sbin/sysctl ]; then
    msg "Loading sysctl(8) settings..."
    sysctl --system
fi