36e29eabcb8c4a4a42d2211cb2a3c14e8d179f87
[openwrt.git] / package / base-files / files / etc / init.d / sysctl
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=11
5 start() {
6         [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
7 }