mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
base-files: move sysctl init after boot
SVN-Revision: 36131
This commit is contained in:
parent
7aace3ee3e
commit
6bddf226d3
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
|
|
||||||
START=00
|
START=11
|
||||||
start() {
|
start() {
|
||||||
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user