2007-05-10 18:07:38 +08:00
|
|
|
#!/bin/sh /etc/rc.common
|
2013-12-09 19:30:14 +08:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
2007-05-10 18:07:38 +08:00
|
|
|
|
2013-03-26 18:02:58 +08:00
|
|
|
START=11
|
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
|
|
|
}
|