base-files: move sysctl init after boot

SVN-Revision: 36131
master
Jo-Philipp Wich 12 years ago
parent 7aace3ee3e
commit 6bddf226d3
  1. 2
      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 >&-
}

Loading…
Cancel
Save