mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-04 18:21:14 +00:00
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=99
|
|
start() {
|
|
[ -f /etc/sysctl.conf ] && sysctl -p >&-
|
|
}
|