mirror of https://github.com/hak5/openwrt.git
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
START=99
|
||
|
start() {
|
||
|
[ -f /etc/sysctl.conf ] && sysctl -p >&-
|
||
|
}
|