rename uci-update.awk to uci.awk and add a few config_* functions
[openwrt.git] / package / base-files / files / etc / rc.common
index 1e6c5e9..5d9ee86 100755 (executable)
@@ -18,6 +18,7 @@ reload() {
 }
 
 restart() {
+       trap '' TERM
        stop
        start
 }
This page took 0.025022 seconds and 4 git commands to generate.