Преглед изворни кода

base-files: move sysctl init after boot

SVN-Revision: 36131
Jo-Philipp Wich пре 13 година
родитељ
комит
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
 # Copyright (C) 2006 OpenWrt.org 
 
-START=00
+START=11
 start() {
 	[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 }