base-files: move sysctl init after boot
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / init.d / sysctl
index 81b0c9ba14510c16f6975007ddebdcd31fec1bed..3480d66410ee21761eb21ff5a2f76a18c2a7bda2 100755 (executable)
@@ -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 >&-
 }