rc.common: when reloading a service using procd, fall back to calling start instead...
[openwrt/openwrt.git] / package / base-files / files / etc / rc.common
index 83ece4930f13c81c1ad93e613989593a3b19e3de..695fc166fbcd1af6432016511f63d723174a0504 100755 (executable)
@@ -123,7 +123,7 @@ ${INIT_TRACE:+set -x}
                if eval "type reload_service" 2>/dev/null >/dev/null; then
                        reload_service "$@"
                else
-                       restart
+                       start
                fi
        }