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

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