diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-26 10:02:58 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-26 10:02:58 +0000 |
commit | 0b02cb7ac6a0503d174b64f16fc08f152124f7f9 (patch) | |
tree | a93eeb22e32b94c1397d4d3f2eb03ef7504358ee /package/base-files/files/etc/init.d/sysctl | |
parent | d208aa2b0bbd43ffab2d54960c8b695632f9948f (diff) |
base-files: move sysctl init after boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d/sysctl')
-rwxr-xr-x | package/base-files/files/etc/init.d/sysctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl index 81b0c9ba14..3480d66410 100755 --- a/package/base-files/files/etc/init.d/sysctl +++ b/package/base-files/files/etc/init.d/sysctl @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org -START=00 +START=11 start() { [ -f /etc/sysctl.conf ] && sysctl -p -e >&- } |