projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2397790555793c1aeecd3890b5800f9ec96ecc0b
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
sysctl
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
START=99
5
start() {
6
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
7
}