mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 20:03:08 +01:00
7 lines
126 B
Bash
Executable file
7 lines
126 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=99
|
|
start() {
|
|
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
|
}
|