1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 13:17:07 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/sysctl
nbd 01eb768093 base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-29 02:17:11 +00:00

8 lines
126 B
Bash
Executable File

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