#!/bin/sh
#INIT 98
[[ $1 = autostart ]] && sysctl -p >&-
exit 0