sysctl 125 B

1234567
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2006 OpenWrt.org
  3. START=11
  4. start() {
  5. [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
  6. }