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

. /etc/runit/functions
[ -r /etc/rc.conf ] && . /etc/rc.conf

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