]>
git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/initscripts/system/sysctl
2 ########################################################################
3 # Begin $rc_base/init.d/sysctl
5 # Description : File uses /etc/sysctl.conf to set kernel runtime
8 # Authors : Nathan Coulson (nathan@linuxfromscratch.org)
9 # Matthew Burgress (matthew@linuxfromscratch.org)
15 ########################################################################
22 if [ -f "/etc/sysctl.conf" ]; then
23 boot_mesg
"Setting kernel runtime parameters..."
34 echo "Usage: ${0} {start|status}"
39 # End $rc_base/init.d/sysctl