#!/bin/sh /etc/rc.common

START='80'

start()
{
	[ -r /etc/sysctl.conf ] || return 0
	log 'Setting kernel sysctl parameters'
	sysctl -pq
}