summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/sysctl
blob: 81b0c9ba14510c16f6975007ddebdcd31fec1bed (plain)
1
2
3
4
5
6
7
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org 

START=00
start() {
	[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}