mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
a254a9ff08
SVN-Revision: 19375
8 lines
126 B
Bash
Executable File
8 lines
126 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=99
|
|
start() {
|
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
|
}
|