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