Просмотр исходного кода

base-files: move sysctl init after boot

SVN-Revision: 36131
Jo-Philipp Wich 12 лет назад
Родитель
Сommit
6bddf226d3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/base-files/files/etc/init.d/sysctl

+ 1 - 1
package/base-files/files/etc/init.d/sysctl

@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org 
 # Copyright (C) 2006 OpenWrt.org 
 
 
-START=00
+START=11
 start() {
 start() {
 	[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 	[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 }
 }