add a workaround for self-killing init scripts on restart (#1023)
[openwrt-10.03/.git] / package / base-files / files / etc / rc.common
index 1e6c5e912b6c645c56e547345eb5c318bd599c69..5d9ee8666f55b41f9519652dfcb9d04d4968e7db 100755 (executable)
@@ -18,6 +18,7 @@ reload() {
 }
 
 restart() {
+       trap '' TERM
        stop
        start
 }