base-files: do not warn about nonexistant sysctl overrides (some of them are config...
[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 >&-
 }