diff --git a/bmx7/files/etc/init.d/bmx7 b/bmx7/files/etc/init.d/bmx7 index 6886739..f4c091f 100755 --- a/bmx7/files/etc/init.d/bmx7 +++ b/bmx7/files/etc/init.d/bmx7 @@ -39,3 +39,7 @@ stop() { restart() { stop; sleep 3; start } + +reload() { + bmx7 -c configReload +}