package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and...
[openwrt/openwrt.git] / package / base-files / files / etc / init.d / sysctl
index 2397790555793c1aeecd3890b5800f9ec96ecc0b..beeb79f7e6abaf5ad90d393edcfe4e26e86842bd 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 >&-
 }