1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 21:37:37 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/sysctl

8 lines
123 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99
start() {
[ -f /etc/sysctl.conf ] && sysctl -p >&-
}