aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/sysctl
blob: 2397790555793c1aeecd3890b5800f9ec96ecc0b (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 -e >&-
}