add an extra safety check
[openwrt.git] / package / base-files / files / etc / rc.common
index 99e2a5d..6b3c213 100755 (executable)
@@ -17,12 +17,12 @@ reload() {
 
 restart() {
        trap '' TERM
-       stop
-       start
+       stop "$@"
+       start "$@"
 }
 
 boot() {
-       start
+       start "$@"
 }
 
 shutdown() {
This page took 0.039032 seconds and 4 git commands to generate.