committing ipk sources
This commit is contained in:
7
lg_webOS/_ipk-building/base-files/source/etc/init.d/sysctl
Executable file
7
lg_webOS/_ipk-building/base-files/source/etc/init.d/sysctl
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
START=11
|
||||
start() {
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||
}
|
Reference in New Issue
Block a user