about summary refs log tree commit diff
path: root/core-services/08-sysctl.sh
blob: 6616784c1a27af2ebacefbc63360443894e02e42 (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...\n"
    sysctl --system
fi