ar71xx: create separated and smaller sysupgrade files for the DIR-615 and similar...
[openwrt.git] / package / base-files / files / etc / init.d / sysctl
index 35d5e30..2397790 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=99
 start() {
-       [ -f /etc/sysctl.conf ] && sysctl -p >&-
+       [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 }
This page took 0.021023 seconds and 4 git commands to generate.