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

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