#!/bin/sh

if  [  -f  /etc/sysctl.conf  ];  then  sysctl  -p;  fi
