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

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