6bddf226d3
SVN-Revision: 36131
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=11
|
|
start() {
|
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
|
}
|