h4ck/lg_webOS/base-files/ipk/etc/init.d/sysctl
2016-11-18 15:49:40 -08:00

8 lines
125 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=11
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}