package/base-files: change sysctl handling
[openwrt.git] / package / base-files / files / etc / init.d / sysctl
index 2397790..beeb79f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org 
 
-START=99
+START=0
 start() {
        [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 }