From eae6af550901856a6a583683e48b250414c91848 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Mar 2013 10:02:58 +0000 Subject: [PATCH] base-files: move sysctl init after boot SVN-Revision: 36131 --- package/base-files/files/etc/init.d/sysctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl index 81b0c9ba14..3480d66410 100755 --- a/package/base-files/files/etc/init.d/sysctl +++ b/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 >&- } -- 2.30.2