X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6762e5d4cc62a85ee750419aec83d8b64ab59a63..842cf92928d5492af2563a1021ae92b9a71495d9:/package/base-files/files/etc/rc.common diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common index 99e2a5db6..6b3c213a1 100755 --- a/package/base-files/files/etc/rc.common +++ b/package/base-files/files/etc/rc.common @@ -17,12 +17,12 @@ reload() { restart() { trap '' TERM - stop - start + stop "$@" + start "$@" } boot() { - start + start "$@" } shutdown() {