#!/bin/sh
# Apply kernel tuning parameters
[ -f /etc/sysctl.conf ] && sysctl -p /etc/sysctl.conf >/dev/null 2>&1
