#! /bin/sh case "$1" in start) sysctl -p > /dev/null ;; *) echo "Usage: $0 {start}" exit 1 ;; esac