aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps-3.2.7/procps.init
blob: 739dcf4be72ee493dd1b77bb594dc7ec3f7ad5ff (plain)
1
2
3
4
5
6
#!/bin/sh

SYSCTL_CONF="/etc/sysctl.conf"
if [ -f "${SYSCTL_CONF}" ]; then
	/sbin/sysctl -q -p "${SYSCTL_CONF}"
fi