projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add missing include in restart
[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
>&-
7
}
This page took
0.044626 seconds
and
5
git commands to generate.