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