3ceb6b3274
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006
7 lines
125 B
Bash
Executable file
7 lines
125 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=11
|
|
start() {
|
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
|
}
|