#!/bin/sh
. /etc/init.d/globals
case $1 in
start)
sysctl --system
;;
*)
echo "[$BASENAME] Usage: $0 {start}"
esac