2007-05-10 18:07:38 +08:00
|
|
|
#!/bin/sh /etc/rc.common
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
|
2013-03-26 02:43:30 +08:00
|
|
|
START=0
|
2007-05-10 18:07:38 +08:00
|
|
|
start() {
|
2010-01-29 10:17:11 +08:00
|
|
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
2007-05-10 18:07:38 +08:00
|
|
|
}
|